DatabaseEventSet.AlterFulltextIndex プロパティ
イベントがイベント セットに含まれるかどうかを示す Boolean プロパティ値を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Property AlterFulltextIndex As Boolean
Get
Set
'使用
Dim instance As DatabaseEventSet
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
AlterFullIndex イベントがイベント セットに含まれるかどうかを示す Boolean 値です。 True の場合、イベントはイベント セットに含まれます。それ以外の場合は、False になります。