Share via


DatabaseDeploymentElement.ForceDeployment Property

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

Syntax

'Declaration
Public Property ForceDeployment As Boolean
'Usage
Dim instance As DatabaseDeploymentElement 
Dim value As Boolean 

value = instance.ForceDeployment

instance.ForceDeployment = value
public bool ForceDeployment { get; set; }
public:
property bool ForceDeployment {
    bool get ();
    void set (bool value);
}
public function get ForceDeployment () : boolean 
public function set ForceDeployment (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DatabaseDeploymentElement Class

DatabaseDeploymentElement Members

Microsoft.Data.Schema.UnitTesting.Configuration Namespace