Metoda AlertCategoryCollection.Remove (String)
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 ( _
name As String _
)
'Użycie
Dim instance As AlertCategoryCollection
Dim name As String
instance.Remove(name)
public void Remove(
string name
)
public:
void Remove(
String^ name
)
member Remove :
name:string -> unit
public function Remove(
name : String
)
Parametry
- name
Typ: System.String
A String wartość, która określa nazwę kategorii alert ma zostać usunięty z AlertCategoryCollection kolekcja.