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 네임스페이스