次の方法で共有


DropIndex プロパティ

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

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

構文

'宣言
Public Shared ReadOnly Property DropIndex As ViewEvent
    Get
'使用
Dim value As ViewEvent

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

プロパティ値

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