Events 属性
Gets the events associated with the Service Broker service.
命名空间: 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
A BrokerServiceEvents object that represents the Service Broker service events.