Méthode Remove (OperatorCategory)
Removes an OperatorCategory object from the OperatorCategoryCollection collection.
Espace de noms : Microsoft.SqlServer.Management.Smo.Agent
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub Remove ( _
operatorCategory As OperatorCategory _
)
'Utilisation
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
)
Paramètres
- operatorCategory
Type : Microsoft.SqlServer.Management.Smo.Agent. . :: . .OperatorCategory
An OperatorCategory object that specifies the operator category to be removed from the OperatorCategoryCollection collection.