PlanGuideCollection.Add 方法

Adds a plan guide object to the collection.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Sub Add ( _
    planGuide As PlanGuide _
)
用法
Dim instance As PlanGuideCollection 
Dim planGuide As PlanGuide

instance.Add(planGuide)
public void Add(
    PlanGuide planGuide
)
public:
void Add(
    PlanGuide^ planGuide
)
member Add : 
        planGuide:PlanGuide -> unit
public function Add(
    planGuide : PlanGuide
)

参数

请参阅

参考

PlanGuideCollection 类

Microsoft.SqlServer.Management.Smo 命名空间