Share via


ISchemaDeploymentController.VerifyPlan Method

When implemented in a derived class, uses the Deployment property value to verify the plan.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
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>

Parameters

Return Value

Type: System.Collections.Generic.IList<DataSchemaError>
A list of errors and warnings that are encountered during the verification process.

.NET Framework Security

See Also

Reference

ISchemaDeploymentController Interface

Microsoft.Data.Schema.Build Namespace

SchemaDeployment.OnVerifyPlan

Deployment

DeploymentPlan