共用方式為


IndexType 列舉

Specifies the type of an index.

命名空間:  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 A clustered index.
NonClusteredColumnStoreIndex A non-clustered column store index.
NonClusteredIndex A non-clustered index.
PrimaryXmlIndex A primary XML index.
SecondarySelectiveXmlIndex A secondary selective XML index.
SecondaryXmlIndex A secondary XML index.
SelectiveXmlIndex A selective XML index.
SpatialIndex A spatial index.

請參閱

參考

Microsoft.SqlServer.Management.Smo 命名空間