Partager via


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

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

Voir aussi

Référence

ISchemaDeploymentController Interface

Microsoft.Data.Schema.Build, espace de noms

SchemaDeployment.OnVerifyPlan

Deployment

DeploymentPlan