共用方式為


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