IIndexedColumn.SortOrder 속성

Gets the SortOrder value that specifies whether the indexed column is sorted in descending or ascending order.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
ReadOnly Property SortOrder As SortOrder 
    Get
‘사용 방법
Dim instance As IIndexedColumn 
Dim value As SortOrder 

value = instance.SortOrder
SortOrder SortOrder { get; }
property SortOrder SortOrder {
    SortOrder get ();
}
abstract SortOrder : SortOrder
function get SortOrder () : SortOrder

속성 값

유형: Microsoft.SqlServer.Management.SqlParser.Metadata.SortOrder
The SortOrder value that specifies the sort order of the indexed column.

참고 항목

참조

IIndexedColumn 인터페이스

Microsoft.SqlServer.Management.SqlParser.Metadata 네임스페이스