IsIndexable プロパティ

ビューにインデックスを配置できるかどうかを示す Boolean プロパティを取得します。

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

構文

'宣言
<SfcPropertyAttribute> _
Public ReadOnly Property IsIndexable As Boolean
    Get
'使用
Dim instance As View
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 (既定値) の場合は、ビューにインデックスを配置できません。