Compartir a través de


OperatorCategoryCollection.Remove Método (OperatorCategory)

Removes an OperatorCategory object from the OperatorCategoryCollection collection.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Agent
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub Remove ( _
    operatorCategory As OperatorCategory _
)
'Uso
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
)

Parámetros

Ejemplos

Usar colecciones

Vea también

Referencia

OperatorCategoryCollection Clase

Sobrecarga de Remove

Espacio de nombres Microsoft.SqlServer.Management.Smo.Agent