共用方式為


DacDeployOptions.DoNotAlterReplicatedObjects 屬性

定義

取得或設定布林值,指定在部署期間是否應該更改針對複寫所設定的項目。

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

屬性值

True 表示不更改針對複寫設定的物件,否則為 false。 預設值為 true。

屬性

適用於