次の方法で共有


TableEventSet.AlterFulltextIndex プロパティ

フルテキスト インデックスが変更または作成されるときに発生するイベントがイベント セットに含まれるかどうかを示す Boolean プロパティ値を取得します。値の設定も可能です。

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

構文

'宣言
Public Property AlterFulltextIndex As Boolean 
    Get 
    Set
'使用
Dim instance As TableEventSet 
Dim value As Boolean 

value = instance.AlterFulltextIndex

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

プロパティ値

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

使用例

SMO イベントの処理

関連項目

参照

TableEventSet クラス

Microsoft.SqlServer.Management.Smo 名前空間