Index.IndexType 属性

Gets or sets the type of index.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public Property IndexType As IndexType 
    Get 
    Set
用法
Dim instance As Index 
Dim value As IndexType 

value = instance.IndexType

instance.IndexType = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public IndexType IndexType { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property IndexType IndexType {
    IndexType get ();
    void set (IndexType value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
member IndexType : IndexType with get, set
function get IndexType () : IndexType 
function set IndexType (value : IndexType)

属性值

类型:Microsoft.SqlServer.Management.Smo.IndexType
The type of index.

请参阅

参考

Index 类

Microsoft.SqlServer.Management.Smo 命名空间