ISchemaDeploymentController.Deployment, propriété
Obtient le moteur de déploiement de schéma.
Espace de noms : Microsoft.Data.Schema.Build
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
ReadOnly Property Deployment As SchemaDeployment
Get
SchemaDeployment Deployment { get; }
property SchemaDeployment^ Deployment {
SchemaDeployment^ get ();
}
abstract Deployment : SchemaDeployment
function get Deployment () : SchemaDeployment
Valeur de propriété
Type : Microsoft.Data.Schema.Build.SchemaDeployment
Moteur de déploiement de schéma.
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
ISchemaDeploymentController Interface