次の方法で共有


DropEventNotification プロパティ

イベント セットに含めることができるデータベースの DDL トリガー イベントを取得します。

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

構文

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

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

プロパティ値

型: Microsoft.SqlServer.Management.Smo. . :: . .DatabaseDdlTriggerEvent
データベースの DDL トリガー イベント セットに含めることができる DropEventNotification イベントを表す DatabaseEvent オブジェクトです。