次の方法で共有


Server.SqlSortOrder プロパティ

照合順序の SQL 並べ替え順序を取得します。

名前空間:  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
照合順序の SQL 並べ替え順序です。

実装

IServerInformation.SqlSortOrder

関連項目

参照

Server クラス

Microsoft.SqlServer.Management.Smo 名前空間