ProbeCollection.Remove Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Remove(ProbeFamily)
public bool Remove(Microsoft.SqlServer.Management.Assessment.Probes.ProbeFamily item);
abstract member Remove : Microsoft.SqlServer.Management.Assessment.Probes.ProbeFamily -> bool
override this.Remove : Microsoft.SqlServer.Management.Assessment.Probes.ProbeFamily -> bool
Public Function Remove (item As ProbeFamily) As Boolean
Paramètres
- item
- ProbeFamily
Retours
Implémente
S’applique à
Remove(KeyValuePair<String,ProbeFamily>)
public bool Remove(System.Collections.Generic.KeyValuePair<string,Microsoft.SqlServer.Management.Assessment.Probes.ProbeFamily> item);
abstract member Remove : System.Collections.Generic.KeyValuePair<string, Microsoft.SqlServer.Management.Assessment.Probes.ProbeFamily> -> bool
override this.Remove : System.Collections.Generic.KeyValuePair<string, Microsoft.SqlServer.Management.Assessment.Probes.ProbeFamily> -> bool
Public Function Remove (item As KeyValuePair(Of String, ProbeFamily)) As Boolean
Paramètres
- item
- KeyValuePair<String,ProbeFamily>
Retours
Implémente
S’applique à
Remove(String)
public bool Remove(string key);
abstract member Remove : string -> bool
override this.Remove : string -> bool
Public Function Remove (key As String) As Boolean
Paramètres
- key
- String