DacDeployOptions.ExcludeObjectTypes Property

Definition

Get or set a collection of object types to exclude from consideration when comparing the source and target model.

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

Property Value

Attributes

Applies to