DacDeployOptions.AllowDropBlockingAssemblies Property

Definition

Get or set boolean that specifies whether CLR deployment will cause blocking assemblies to be dropped.

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

Property Value

True to drop blocking assemblies during CLR deployment; otherwise, false. Default is false.

Attributes

Applies to