Partager via


DatabaseDeploymentElement.ForceDeployment, propriété

Obtient ou définit la chaîne de déploiement forcé.

Espace de noms :  Microsoft.Data.Schema.UnitTesting.Configuration
Assembly :  Microsoft.Data.Schema.UnitTesting (dans Microsoft.Data.Schema.UnitTesting.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

DatabaseDeploymentElement Classe

Microsoft.Data.Schema.UnitTesting.Configuration, espace de noms