DacDeployOptions.AllowDropBlockingAssemblies 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 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