IsIndexable プロパティ
インデックスをテーブルに配置できるかどうかを示す Boolean プロパティ値を取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute> _
Public ReadOnly Property IsIndexable As Boolean
Get
'使用
Dim instance As Table
Dim value As Boolean
value = instance.IsIndexable
[SfcPropertyAttribute]
public bool IsIndexable { get; }
[SfcPropertyAttribute]
public:
property bool IsIndexable {
bool get ();
}
[<SfcPropertyAttribute>]
member IsIndexable : bool
function get IsIndexable () : boolean
プロパティ値
型: System. . :: . .Boolean
インデックスをテーブルに配置できるかどうかを示す Boolean 値。
True の場合、テーブルにインデックスを配置できます。False (既定値) の場合、テーブルにインデックスを配置できません。
説明
ほとんどのテーブルはインデックスをサポートできます。しかし、テーブルの中には、データの性質のためにインデックスをサポートしないものもあります。