ProbeCollection.Remove Method

Definition

Overloads

Remove(ProbeFamily)
Remove(KeyValuePair<String,ProbeFamily>)
Remove(String)

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

Parameters

Returns

Implements

Applies to

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

Parameters

Returns

Implements

Applies to

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

Parameters

key
String

Returns

Implements

Applies to