AlertCategoryCollection.Remove Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| Remove(AlertCategory) | |
| Remove(String) |
Remove(AlertCategory)
public void Remove(Microsoft.SqlServer.Management.Smo.Agent.AlertCategory alertCategory);
override this.Remove : Microsoft.SqlServer.Management.Smo.Agent.AlertCategory -> unit
Public Sub Remove (alertCategory As AlertCategory)
Parametri
- alertCategory
- AlertCategory
Si applica a
Remove(String)
public void Remove(string name);
override this.Remove : string -> unit
Public Sub Remove (name As String)
Parametri
- name
- String