Metoda AlertCategoryCollection.Remove (AlertCategory)
Usuwa AlertCategory obiekt z AlertCategoryCollection kolekcja.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Agent
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Sub Remove ( _
alertCategory As AlertCategory _
)
'Użycie
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
)
Parametry
- alertCategory
Typ: Microsoft.SqlServer.Management.Smo.Agent.AlertCategory
AlertCategory Obiekt, który określa kategorię alert ma zostać usunięty z AlertCategoryCollection kolekcja.