다음을 통해 공유


Add 메서드

Adds a plan guide object to the collection.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
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
)