Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the SQL sort order ID from the collation.
Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayDescriptionKeyAttribute("Server_SqlSortOrderDesc")> _
<DisplayNameKeyAttribute("Server_SqlSortOrderName")> _
ReadOnly Property SqlSortOrder As Short 
    Get
'Usage
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
Property Value
Type: System.Int16
The SQL sort order ID from the collation.