SqlDeploymentOptions.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 boolean that specifies whether CLR deployment will cause blocking assemblies to be dropped.
public bool AllowDropBlockingAssemblies { get; }
member this.AllowDropBlockingAssemblies : bool
Public ReadOnly Property AllowDropBlockingAssemblies As Boolean
Property Value
True to drop blocking assemblies during CLR deployment; otherwise, false. Default is false.