DacDeployOptions.ExcludeObjectTypes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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