DeployedDac.Collation プロパティ

DAC データベースで使用される照合順序を取得します。

名前空間:  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 DeployedDac 
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
DAC データベースの照合順序情報を含む String 値です。

関連項目

参照

DeployedDac クラス

Microsoft.SqlServer.Management.Utility 名前空間