共用方式為


ServiceQueueEvent.QueueActivation 屬性

Gets a service queue event that can be included in the event set.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Shared ReadOnly Property QueueActivation As ServiceQueueEvent 
    Get
'用途
Dim value As ServiceQueueEvent 

value = ServiceQueueEvent.QueueActivation
public static ServiceQueueEvent QueueActivation { get; }
public:
static property ServiceQueueEvent^ QueueActivation {
    ServiceQueueEvent^ get ();
}
static member QueueActivation : ServiceQueueEvent
static function get QueueActivation () : ServiceQueueEvent

屬性值

型別:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent
A ServiceQueueEvent object that represents the QueueActivation event that can be included in the service queue event set.

範例

處理 SMO 事件

請參閱

參考

ServiceQueueEvent 類別

Microsoft.SqlServer.Management.Smo 命名空間