PlanGuideCollection.ItemById Method

Returns a plan guide object as indicated by the identifier of that plan guide.

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

Syntax

'Declaration
Public Function ItemById ( _
    id As Integer _
) As PlanGuide
'Usage
Dim instance As PlanGuideCollection 
Dim id As Integer 
Dim returnValue As PlanGuide 

returnValue = instance.ItemById(id)
public PlanGuide ItemById(
    int id
)
public:
PlanGuide^ ItemById(
    int id
)
member ItemById : 
        id:int -> PlanGuide
public function ItemById(
    id : int
) : PlanGuide

Parameters

Return Value

Type: Microsoft.SqlServer.Management.Smo.PlanGuide
The plan guide indicated by the identifier.

See Also

Reference

PlanGuideCollection Class

Microsoft.SqlServer.Management.Smo Namespace