共用方式為


Server.SqlSortOrderName 屬性

Gets the name of the sort order used by the server.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property SqlSortOrderName As String 
    Get
'用途
Dim instance As Server 
Dim value As String 

value = instance.SqlSortOrderName
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public string SqlSortOrderName { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
virtual property String^ SqlSortOrderName {
    String^ get () sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
abstract SqlSortOrderName : string
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
override SqlSortOrderName : string
final function get SqlSortOrderName () : String

屬性值

型別:System.String
The name of the sort order.

實作

IServerInformation.SqlSortOrderName

請參閱

參考

Server 類別

Microsoft.SqlServer.Management.Smo 命名空間