Share via


Deployment.OnVerifyPlan Method

Returns null.

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

Syntax

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

returnValue = Me.OnVerifyPlan()
protected virtual ICollection<PlanProblem> OnVerifyPlan()
protected:
virtual ICollection<PlanProblem^>^ OnVerifyPlan()
protected 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

Deployment Class

Deployment Members

Microsoft.Data.Schema.Build Namespace