次の方法で共有


DacDeployOptions.CompareUsingTargetCollation プロパティ

定義

識別子の比較にターゲット照合順序を使用するかどうかを指定するブール値を取得または設定します。

public bool CompareUsingTargetCollation { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "CompareUsingTargetCollation")]
public bool CompareUsingTargetCollation { get; set; }
member this.CompareUsingTargetCollation : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "CompareUsingTargetCollation")>]
member this.CompareUsingTargetCollation : bool with get, set
Public Property CompareUsingTargetCollation As Boolean

プロパティ値

ソースの照合順序を使用する場合は false、ターゲットの照合順序を使用する場合は true。 既定値は false です。

属性

適用対象