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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
DatabaseDeploymentElement Classe
Microsoft.Data.Schema.UnitTesting.Configuration, espace de noms