Metodo AlertCategoryCollection.Remove (AlertCategory)

Removes an AlertCategory object from the AlertCategoryCollection collection.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Sub Remove ( _
    alertCategory As AlertCategory _
)
'Utilizzo
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
)

Parametri

Esempi

Utilizzo delle raccolte

Vedere anche

Riferimento

AlertCategoryCollection Classe

Overload Remove

Spazio dei nomi Microsoft.SqlServer.Management.Smo.Agent