Partager via


Propriété IServerInformation.SqlSortOrderName

Gets the SQL sort order name from the collation.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<DisplayNameKeyAttribute("Server_SqlSortOrderNameName")> _
<DisplayDescriptionKeyAttribute("Server_SqlSortOrderNameDesc")> _
ReadOnly Property SqlSortOrderName As String 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

IServerInformation Interface

Espace de noms Microsoft.SqlServer.Management.Smo