Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes an AlertCategory object from the AlertCategoryCollection collection.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Remove ( _
alertCategory As AlertCategory _
)
'Usage
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
)
Parameters
- alertCategory
Type: Microsoft.SqlServer.Management.Smo.Agent.AlertCategory
An AlertCategory object that specifies the alert category to be removed from the AlertCategoryCollection collection.