共用方式為


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 命名空間