Share via


SqlDeployment.OnVerifyPlan Method

Returns a collection of deployment plan problems.

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

Syntax

'Declaration
Protected Overrides Function OnVerifyPlan As ICollection(Of PlanProblem)
'Usage
Dim returnValue As ICollection(Of PlanProblem)

returnValue = Me.OnVerifyPlan()
protected override ICollection<PlanProblem> OnVerifyPlan()
protected:
virtual ICollection<PlanProblem^>^ OnVerifyPlan() override
protected override function OnVerifyPlan() : ICollection<PlanProblem>
abstract OnVerifyPlan : unit -> ICollection<PlanProblem> 
override OnVerifyPlan : unit -> ICollection<PlanProblem> 

Return Value

Type: System.Collections.Generic.ICollection<PlanProblem>

.NET Framework Security

See Also

Reference

SqlDeployment Class

SqlDeployment Members

Microsoft.Data.Schema.Sql.Build Namespace