Sprache

ProbeCollection.Remove Methode

Definition

Überlädt

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

Parameter

Gibt zurück

Implementiert

Gilt für:

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

Parameter

Gibt zurück

Implementiert

Gilt für:

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

Parameter

key
String

Gibt zurück

Implementiert

Gilt für: