Właściwość IServerInformation.SqlSortOrder
Pobiera SQL kolejność sortowanie identyfikator z sortowanie.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<DisplayNameKeyAttribute("Server_SqlSortOrderName")> _
<DisplayDescriptionKeyAttribute("Server_SqlSortOrderDesc")> _
ReadOnly Property SqlSortOrder As Short
Get
'Użycie
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
Wartość właściwości
Typ: System.Int16
short
Zobacz także