IServerInformation.SqlSortOrder Property
Gets the SQL sort order ID from the collation.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Bildirim
<DisplayNameKeyAttribute("Server_SqlSortOrderName")> _
<DisplayDescriptionKeyAttribute("Server_SqlSortOrderDesc")> _
ReadOnly Property SqlSortOrder As Short
Get
'Kullanım
Dim instance As IServerInformation
Dim value As Short
value = instance.SqlSortOrder
[DisplayNameKeyAttribute("Server_SqlSortOrderName")]
[DisplayDescriptionKeyAttribute("Server_SqlSortOrderDesc")]
short SqlSortOrder { get; }
[DisplayNameKeyAttribute(L"Server_SqlSortOrderName")]
[DisplayDescriptionKeyAttribute(L"Server_SqlSortOrderDesc")]
property short SqlSortOrder {
short get ();
}
[<DisplayNameKeyAttribute("Server_SqlSortOrderName")>]
[<DisplayDescriptionKeyAttribute("Server_SqlSortOrderDesc")>]
abstract SqlSortOrder : int16
function get SqlSortOrder () : short
Property Value
Type: System.Int16
The SQL sort order ID from the collation.