ProbeCollection.Contains メソッド

定義

オーバーロード

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

パラメーター

返品

実装

適用対象

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

パラメーター

返品

実装

適用対象