共用方式為


ServiceQueueEvent.DropQueue 屬性

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 DropQueue As ServiceQueueEvent 
    Get
'用途
Dim value As ServiceQueueEvent 

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

屬性值

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

範例

處理 SMO 事件

請參閱

參考

ServiceQueueEvent 類別

Microsoft.SqlServer.Management.Smo 命名空間