Share via


SqlClrDeployTask.DropBlockingAssemblies Property

Namespace:  Microsoft.Data.Schema.Tasks.Sql
Assembly:  Microsoft.Data.Schema.Tasks.Sql (in Microsoft.Data.Schema.Tasks.Sql.dll)

Syntax

'Declaration
Public Property DropBlockingAssemblies As Boolean
public bool DropBlockingAssemblies { get; set; }
public:
property bool DropBlockingAssemblies {
    bool get ();
    void set (bool value);
}
member DropBlockingAssemblies : bool with get, set
function get DropBlockingAssemblies () : boolean
function set DropBlockingAssemblies (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SqlClrDeployTask Class

Microsoft.Data.Schema.Tasks.Sql Namespace