DeploymentPlanGenerator.Options, propriété
Obtient ou définit les options de génération du plan.
Espace de noms : Microsoft.Data.Schema.Build
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public Property Options As SchemaDeploymentOptions
Get
Set
public SchemaDeploymentOptions Options { get; set; }
public:
property SchemaDeploymentOptions^ Options {
SchemaDeploymentOptions^ get ();
void set (SchemaDeploymentOptions^ value);
}
member Options : SchemaDeploymentOptions with get, set
function get Options () : SchemaDeploymentOptions
function set Options (value : SchemaDeploymentOptions)
Valeur de propriété
Type : Microsoft.Data.Schema.Build.SchemaDeploymentOptions
Notes
Appelé par le moteur du déploiement de la base de données Visual Studio.
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
DeploymentPlanGenerator Classe
Microsoft.Data.Schema.Build, espace de noms
PlanGenerationOptions