AlertCategoryCollection.Remove 메서드 (AlertCategory)

Removes an AlertCategory object from the AlertCategoryCollection collection.

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

구문

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

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

매개 변수

컬렉션 사용

참고 항목

참조

AlertCategoryCollection 클래스

Remove 오버로드

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