共用方式為


CreateEventNotificationStatement.BrokerInstanceSpecifier 屬性

Gets or sets the name of the broker instance specifier.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public Property BrokerInstanceSpecifier As Literal 
    Get 
    Set
'用途
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);
}
member BrokerInstanceSpecifier : Literal with get, set
function get BrokerInstanceSpecifier () : Literal 
function set BrokerInstanceSpecifier (value : Literal)

屬性值

型別:Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The name of the broker instance specifier.

請參閱

參考

CreateEventNotificationStatement 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間