IsFullTextKey プロパティ
Microsoft Search による行の識別にインデックスを使用できるかどうかを示す Boolean 値を取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute> _
Public Property IsFullTextKey As Boolean
Get
Set
'使用
Dim instance As Index
Dim value As Boolean
value = instance.IsFullTextKey
instance.IsFullTextKey = value
[SfcPropertyAttribute]
public bool IsFullTextKey { get; set; }
[SfcPropertyAttribute]
public:
property bool IsFullTextKey {
bool get ();
void set (bool value);
}
[<SfcPropertyAttribute>]
member IsFullTextKey : bool with get, set
function get IsFullTextKey () : boolean
function set IsFullTextKey (value : boolean)
プロパティ値
型: System. . :: . .Boolean
Microsoft Search による行の識別にインデックスを使用できるかどうかを示す Boolean 値です。
True の場合、Microsoft Search による行の識別にインデックスを使用できます。False (既定値) の場合、使用できません。
説明
注意 |
|---|
UserDefinedTableType オブジェクトに基づくインデックスでは、IsFullTextKey の値は sys.indexes によって提供され、IsFullTextKey プロパティの値は無視されます。 |
注意