Propriedade SqlSortOrderName
Gets SQL sort order name from the collation.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<DisplayDescriptionKeyAttribute("Server_SqlSortOrderNameDesc")> _
<DisplayNameKeyAttribute("Server_SqlSortOrderNameName")> _
ReadOnly Property SqlSortOrderName As String
Get
'Uso
Dim instance As IServerInformation
Dim value As String
value = instance.SqlSortOrderName
[DisplayDescriptionKeyAttribute("Server_SqlSortOrderNameDesc")]
[DisplayNameKeyAttribute("Server_SqlSortOrderNameName")]
string SqlSortOrderName { get; }
[DisplayDescriptionKeyAttribute(L"Server_SqlSortOrderNameDesc")]
[DisplayNameKeyAttribute(L"Server_SqlSortOrderNameName")]
property String^ SqlSortOrderName {
String^ get ();
}
[<DisplayDescriptionKeyAttribute("Server_SqlSortOrderNameDesc")>]
[<DisplayNameKeyAttribute("Server_SqlSortOrderNameName")>]
abstract SqlSortOrderName : string
function get SqlSortOrderName () : String
Valor da propriedade
Tipo: System. . :: . .String
String
Consulte também