共用方式為


Server.SqlSortOrder 屬性

Gets the SQL sort order from the collation.

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

語法

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

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

屬性值

型別:System.Int16
The SQL sort order from the collation.

實作

IServerInformation.SqlSortOrder

請參閱

參考

Server 類別

Microsoft.SqlServer.Management.Smo 命名空間