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 네임스페이스