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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.