ISchemaDeploymentController.VerifyPlan, méthode
En cas d'implémentation dans une classe dérivée, utilise la valeur de la propriété Deployment pour vérifier le plan.
Espace de noms : Microsoft.Data.Schema.Build
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Function VerifyPlan ( _
plan As DeploymentPlan _
) As IList(Of DataSchemaError)
IList<DataSchemaError> VerifyPlan(
DeploymentPlan plan
)
IList<DataSchemaError^>^ VerifyPlan(
DeploymentPlan^ plan
)
abstract VerifyPlan :
plan:DeploymentPlan -> IList<DataSchemaError>
function VerifyPlan(
plan : DeploymentPlan
) : IList<DataSchemaError>
Paramètres
- plan
Type : Microsoft.Data.Schema.Build.DeploymentPlan
Objet DeploymentPlan.
Valeur de retour
Type : System.Collections.Generic.IList<DataSchemaError>
Liste des erreurs et des avertissements rencontrés pendant le processus de vérification.
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