IndexType 列挙体
インデックスの種類を指定します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.SqlEnum (Microsoft.SqlServer.SqlEnum.dll)
構文
'宣言
Public Enumeration IndexType
'使用
Dim instance As IndexType
public enum IndexType
public enum class IndexType
type IndexType
public enum IndexType
メンバー
メンバー名 | 説明 | |
---|---|---|
ClusteredIndex | クラスター化インデックスです。 | |
NonClusteredColumnStoreIndex | 非クラスター化列ストア インデックスです。 | |
NonClusteredIndex | 非クラスター化インデックスです。 | |
PrimaryXmlIndex | プライマリ XML インデックスです。 | |
SecondarySelectiveXmlIndex | セカンダリ選択的 XML インデックスです。 | |
SecondaryXmlIndex | セカンダリ XML インデックスです。 | |
SelectiveXmlIndex | 選択的 XML インデックスです。 | |
SpatialIndex | 空間インデックスです。 |