共用方式為


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。

屬性

適用於