Events 属性

Gets the events associated with the service queue.

命名空间:  Microsoft.SqlServer.Management.Smo.Broker
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public ReadOnly Property Events As ServiceQueueEvents
    Get
用法
Dim instance As ServiceQueue
Dim value As ServiceQueueEvents

value = instance.Events
public ServiceQueueEvents Events { get; }
public:
property ServiceQueueEvents^ Events {
    ServiceQueueEvents^ get ();
}
member Events : ServiceQueueEvents
function get Events () : ServiceQueueEvents

属性值

类型:Microsoft.SqlServer.Management.Smo.Broker. . :: . .ServiceQueueEvents
A ServiceQueueEvents object that represents the service queue events.