SqlDeploymentOptions.AllowDropBlockingAssemblies Property

Definition

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.

Applies to