Share via


DatabaseDeploymentElement.ForceDeployment Property

 

Namespace:   Microsoft.Data.Tools.Schema.Sql.UnitTesting.Configuration
Assembly:  Microsoft.Data.Tools.Schema.Sql.UnitTesting (in Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)

Syntax

public bool ForceDeployment { get; set; }
public:
property bool ForceDeployment {
    bool get();
    void set(bool value);
}
member ForceDeployment : bool with get, set
Public Property ForceDeployment As Boolean

Property Value

Type: System.Boolean

See Also

DatabaseDeploymentElement Class
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Configuration Namespace

Return to top