CreateEventNotificationStatement.BrokerService 속성

Gets or sets the name of the broker service.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public Property BrokerService As Literal 
    Get 
    Set
‘사용 방법
Dim instance As CreateEventNotificationStatement 
Dim value As Literal 

value = instance.BrokerService

instance.BrokerService = value
public Literal BrokerService { get; set; }
public:
property Literal^ BrokerService {
    Literal^ get ();
    void set (Literal^ value);
}
member BrokerService : Literal with get, set
function get BrokerService () : Literal 
function set BrokerService (value : Literal)

속성 값

유형: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The name of the broker service.

참고 항목

참조

CreateEventNotificationStatement 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스