Конструктор PlanGuideExtender (PlanGuide)
Extends the Property set for a Plan Guide.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Sub New ( _
planGuide As PlanGuide _
)
'Применение
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
)