OperatorCategoryCollection.Add 메서드

Adds an OperatorCategory object to the OperatorCategoryCollection collection.

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

구문

‘선언
Public Sub Add ( _
    operatorCategory As OperatorCategory _
)
‘사용 방법
Dim instance As OperatorCategoryCollection 
Dim operatorCategory As OperatorCategory

instance.Add(operatorCategory)
public void Add(
    OperatorCategory operatorCategory
)
public:
void Add(
    OperatorCategory^ operatorCategory
)
member Add : 
        operatorCategory:OperatorCategory -> unit
public function Add(
    operatorCategory : OperatorCategory
)

매개 변수

컬렉션 사용

참고 항목

참조

OperatorCategoryCollection 클래스

Microsoft.SqlServer.Management.Smo.Agent 네임스페이스