ProbeCollection.Contains Methode

Definition

Überlädt

Contains(ProbeFamily)

public bool Contains(Microsoft.SqlServer.Management.Assessment.Probes.ProbeFamily item);
abstract member Contains : Microsoft.SqlServer.Management.Assessment.Probes.ProbeFamily -> bool
override this.Contains : Microsoft.SqlServer.Management.Assessment.Probes.ProbeFamily -> bool
Public Function Contains (item As ProbeFamily) As Boolean

Parameter

Gibt zurück

Implementiert

Gilt für:

Contains(KeyValuePair<String,ProbeFamily>)

public bool Contains(System.Collections.Generic.KeyValuePair<string,Microsoft.SqlServer.Management.Assessment.Probes.ProbeFamily> item);
abstract member Contains : System.Collections.Generic.KeyValuePair<string, Microsoft.SqlServer.Management.Assessment.Probes.ProbeFamily> -> bool
override this.Contains : System.Collections.Generic.KeyValuePair<string, Microsoft.SqlServer.Management.Assessment.Probes.ProbeFamily> -> bool
Public Function Contains (item As KeyValuePair(Of String, ProbeFamily)) As Boolean

Parameter

Gibt zurück

Implementiert

Gilt für: