Compartir a través de


DatabaseDeploymentElement.ForceDeployment (Propiedad)

Obtiene o establece la cadena de implementación forzada.

Espacio de nombres:  Microsoft.Data.Schema.UnitTesting.Configuration
Ensamblado:  Microsoft.Data.Schema.UnitTesting (en Microsoft.Data.Schema.UnitTesting.dll)

Sintaxis

'Declaración
Public Property ForceDeployment As Boolean
    Get
    Set
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)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

DatabaseDeploymentElement Clase

Microsoft.Data.Schema.UnitTesting.Configuration (Espacio de nombres)