Bagikan melalui


DatabaseDeploymentElement.ForceDeployment Property

Gets or sets the force deployment string.

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

Syntax

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DatabaseDeploymentElement Class

Microsoft.Data.Schema.UnitTesting.Configuration Namespace