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。

属性

适用于