PlanGuideCollection.Add Method

Adds a plan guide object to the collection.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Sub Add ( _
    planGuide As PlanGuide _
)
'Usage
Dim instance As PlanGuideCollection 
Dim planGuide As PlanGuide

instance.Add(planGuide)
public void Add(
    PlanGuide planGuide
)
public:
void Add(
    PlanGuide^ planGuide
)
member Add : 
        planGuide:PlanGuide -> unit
public function Add(
    planGuide : PlanGuide
)

Parameters

See Also

Reference

PlanGuideCollection Class

Microsoft.SqlServer.Management.Smo Namespace