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()

属性值

属性

适用于