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