モデルに使用する Collation を指定します。 これは、有効な SQL Server 照合順序名にする必要がある "SQL_Latin1_General_CP1_CI_AS" などの文字列です。
名前空間: Microsoft.SqlServer.Dac.Model
アセンブリ: Microsoft.SqlServer.Dac.Extensions (Microsoft.SqlServer.Dac.Extensions.dll)
構文
'宣言
Public Property Collation As String
Get
Set
'使用
Dim instance As TSqlModelOptions
Dim value As String
value = instance.Collation
instance.Collation = value
public string Collation { get; set; }
public:
property String^ Collation {
String^ get ();
void set (String^ value);
}
member Collation : string with get, set
function get Collation () : String
function set Collation (value : String)