DropEventNotification プロパティ

イベント セットに含めることができるサーバー イベントを取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Shared ReadOnly Property DropEventNotification As ServerEvent
    Get
'使用
Dim value As ServerEvent

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

プロパティ値

型: Microsoft.SqlServer.Management.Smo. . :: . .ServerEvent
サーバー イベント セットに含めることができる DropEventNotification イベントを表す ServerEvent オブジェクトです。