次の方法で共有


ViewEventSet.AlterIndex プロパティ

AlterIndex イベントがイベント セットに含まれるかどうかを示す Boolean 値を取得します。値の設定も可能です。

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

構文

'宣言
Public Property AlterIndex As Boolean 
    Get 
    Set
'使用
Dim instance As ViewEventSet 
Dim value As Boolean 

value = instance.AlterIndex

instance.AlterIndex = value
public bool AlterIndex { get; set; }
public:
property bool AlterIndex {
    bool get ();
    void set (bool value);
}
member AlterIndex : bool with get, set
function get AlterIndex () : boolean 
function set AlterIndex (value : boolean)

プロパティ値

型: System.Boolean
AlterIndex イベントがイベント セットに含まれるかどうかを示す Boolean 値です。True の場合、AlterIndex イベントはイベント セットに含まれます。False (既定値) の場合、AlterIndex イベントはイベント セットに含まれません。

使用例

SMO イベントの処理

関連項目

参照

ViewEventSet クラス

Microsoft.SqlServer.Management.Smo 名前空間