다음을 통해 공유


IServerInformation.SqlSortOrder 속성

Gets the SQL sort order ID from the collation.

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

구문

‘선언
<DisplayDescriptionKeyAttribute("Server_SqlSortOrderDesc")> _
<DisplayNameKeyAttribute("Server_SqlSortOrderName")> _
ReadOnly Property SqlSortOrder As Short 
    Get
‘사용 방법
Dim instance As IServerInformation 
Dim value As Short 

value = instance.SqlSortOrder
[DisplayDescriptionKeyAttribute("Server_SqlSortOrderDesc")]
[DisplayNameKeyAttribute("Server_SqlSortOrderName")]
short SqlSortOrder { get; }
[DisplayDescriptionKeyAttribute(L"Server_SqlSortOrderDesc")]
[DisplayNameKeyAttribute(L"Server_SqlSortOrderName")]
property short SqlSortOrder {
    short get ();
}
[<DisplayDescriptionKeyAttribute("Server_SqlSortOrderDesc")>]
[<DisplayNameKeyAttribute("Server_SqlSortOrderName")>]
abstract SqlSortOrder : int16
function get SqlSortOrder () : short

속성 값

유형: System.Int16
The SQL sort order ID from the collation.

참고 항목

참조

IServerInformation 인터페이스

Microsoft.SqlServer.Management.Smo 네임스페이스