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 命名空间