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
)
매개 변수
- alertCategory
유형: Microsoft.SqlServer.Management.Smo.Agent.AlertCategory
An AlertCategory object that specifies the alert category to be removed from the AlertCategoryCollection collection.