ProbeCollection.Contains Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Contains(ProbeFamily) | |
Contains(KeyValuePair<String,ProbeFamily>) |
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
Parameters
- item
- ProbeFamily
Returns
Implements
Applies to
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
Parameters
- item
- KeyValuePair<String,ProbeFamily>