Events 屬性
取得與 Service Broker 服務相關聯的事件。
命名空間: Microsoft.SqlServer.Management.Smo.Broker
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public ReadOnly Property Events As BrokerServiceEvents
Get
'用途
Dim instance As BrokerService
Dim value As BrokerServiceEvents
value = instance.Events
public BrokerServiceEvents Events { get; }
public:
property BrokerServiceEvents^ Events {
BrokerServiceEvents^ get ();
}
member Events : BrokerServiceEvents
function get Events () : BrokerServiceEvents
屬性值
型別:Microsoft.SqlServer.Management.Smo.Broker. . :: . .BrokerServiceEvents
表示 Service Broker 服務事件的 BrokerServiceEvents 物件。