PlanGuideExtender 생성자 (PlanGuide)
Extends the Property set for a Plan Guide.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
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
)