Partilhar via


Método AlertCategoryCollection.Remove (AlertCategory)

Removes an AlertCategory object from the AlertCategoryCollection collection.

Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Sub Remove ( _
    alertCategory As AlertCategory _
)
'Uso
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
)

Parâmetros

Exemplos

Usando coleções

Consulte também

Referência

AlertCategoryCollection Classe

Sobrecarregado Remove

Namespace Microsoft.SqlServer.Management.Smo.Agent