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 OperatorCategory object from the OperatorCategoryCollection collection.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Remove ( _
operatorCategory As OperatorCategory _
)
'Usage
Dim instance As OperatorCategoryCollection
Dim operatorCategory As OperatorCategory
instance.Remove(operatorCategory)
public void Remove(
OperatorCategory operatorCategory
)
public:
void Remove(
OperatorCategory^ operatorCategory
)
member Remove :
operatorCategory:OperatorCategory -> unit
public function Remove(
operatorCategory : OperatorCategory
)
Parameters
- operatorCategory
Type: Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory
An OperatorCategory object that specifies the operator category to be removed from the OperatorCategoryCollection collection.