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

属性

適用対象