Поделиться через


Свойство 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