次の方法で共有


ManagedInstance.Collation プロパティ

サーバー インスタンスの照合順序を取得します。

名前空間:  Microsoft.SqlServer.Management.Utility
アセンブリ:  Microsoft.SqlServer.Management.Utility (Microsoft.SqlServer.Management.Utility.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property Collation As String 
    Get
'使用
Dim instance As ManagedInstance 
Dim value As String 

value = instance.Collation
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public string Collation { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property String^ Collation {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member Collation : string
function get Collation () : String

プロパティ値

型: System.String
マネージ インスタンスによって使用される照合順序を示す String 値です。

関連項目

参照

ManagedInstance クラス

Microsoft.SqlServer.Management.Utility 名前空間