DacDeployOptions.ExcludeObjectTypes 属性

定义

获取或设置在比较源模型和目标模型时要排除的对象类型的集合。

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

属性值

属性

适用于