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
)