次の方法で共有


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 です。

属性

適用対象