次の方法で共有


DacDeployOptions.DoNotDropObjectTypes プロパティ

定義

ソースに対応するオブジェクトが存在しない場合にターゲットから削除されないオブジェクト型のコレクションを取得または設定します。 他のオブジェクトからの依存関係により、指定した型のオブジェクトを削除して再作成する必要がある場合があることに注意してください。

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

プロパティ値

属性

適用対象