Share via


CreateEventNotificationStatement.BrokerInstanceSpecifier Property

Gets or sets the name of the broker instance specifier.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property BrokerInstanceSpecifier As Literal
'Usage
Dim instance As CreateEventNotificationStatement 
Dim value As Literal 

value = instance.BrokerInstanceSpecifier

instance.BrokerInstanceSpecifier = value
public Literal BrokerInstanceSpecifier { get; set; }
public:
property Literal^ BrokerInstanceSpecifier {
    Literal^ get ();
    void set (Literal^ value);
}
public function get BrokerInstanceSpecifier () : Literal 
public function set BrokerInstanceSpecifier (value : Literal)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.Literal

Remarks

This is a literal of type string.

.NET Framework Security

See Also

Reference

CreateEventNotificationStatement Class

CreateEventNotificationStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace