Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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