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
- plan
Type: Microsoft.Data.Schema.Build.DeploymentPlan
The DeploymentPlan object.
Return Value
Type: System.Collections.Generic.IList<DataSchemaError>
A list of errors and warnings that are encountered during the verification process.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ISchemaDeploymentController Interface