DacDeployOptions.DoNotDropObjectTypes Property

Definition

Get or set a collection of object types that will not be dropped from the target when no corresponding object exists in the source. Note that dropping and recreating objects of the specified type may still be necessary due to dependencies from other objects.

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

Property Value

Attributes

Applies to