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 对象。