共用方式為


IServerInformation.SqlSortOrderName 屬性

Gets the SQL sort order name from the collation.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<DisplayNameKeyAttribute("Server_SqlSortOrderNameName")> _
<DisplayDescriptionKeyAttribute("Server_SqlSortOrderNameDesc")> _
ReadOnly Property SqlSortOrderName As String 
    Get
'用途
Dim instance As IServerInformation 
Dim value As String 

value = instance.SqlSortOrderName
[DisplayNameKeyAttribute("Server_SqlSortOrderNameName")]
[DisplayDescriptionKeyAttribute("Server_SqlSortOrderNameDesc")]
string SqlSortOrderName { get; }
[DisplayNameKeyAttribute(L"Server_SqlSortOrderNameName")]
[DisplayDescriptionKeyAttribute(L"Server_SqlSortOrderNameDesc")]
property String^ SqlSortOrderName {
    String^ get ();
}
[<DisplayNameKeyAttribute("Server_SqlSortOrderNameName")>]
[<DisplayDescriptionKeyAttribute("Server_SqlSortOrderNameDesc")>]
abstract SqlSortOrderName : string
function get SqlSortOrderName () : String

屬性值

型別:System.String
The SQL sort order name from the collation.

請參閱

參考

IServerInformation 介面

Microsoft.SqlServer.Management.Smo 命名空間