SqlSortOrderName-Eigenschaft
Gets the SqlSortOrderName property value.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute> _
Public ReadOnly Property SqlSortOrderName As String
Get
'Usage
Dim instance As Server
Dim value As String
value = instance.SqlSortOrderName
[SfcPropertyAttribute]
public string SqlSortOrderName { get; }
[SfcPropertyAttribute]
public:
virtual property String^ SqlSortOrderName {
String^ get () sealed;
}
[<SfcPropertyAttribute>]
abstract SqlSortOrderName : string
[<SfcPropertyAttribute>]
override SqlSortOrderName : string
final function get SqlSortOrderName () : String