Share via


Constructeur PlanGuideExtender (PlanGuide)

Extends the Property set for a Plan Guide.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    planGuide As PlanGuide _
)
'Utilisation
Dim planGuide As PlanGuide

Dim instance As New PlanGuideExtender(planGuide)
public PlanGuideExtender(
    PlanGuide planGuide
)
public:
PlanGuideExtender(
    PlanGuide^ planGuide
)
new : 
        planGuide:PlanGuide -> PlanGuideExtender
public function PlanGuideExtender(
    planGuide : PlanGuide
)