다음을 통해 공유


Add 메서드

Adds an AlertCategory object to the AlertCategoryCollection collection.

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

구문

‘선언
Public Sub Add ( _
    alertCategory As AlertCategory _
)
‘사용 방법
Dim instance As AlertCategoryCollection
Dim alertCategory As AlertCategory

instance.Add(alertCategory)
public void Add(
    AlertCategory alertCategory
)
public:
void Add(
    AlertCategory^ alertCategory
)
member Add : 
        alertCategory:AlertCategory -> unit 
public function Add(
    alertCategory : AlertCategory
)

매개 변수