ProbeCollection.TryGetValue(String, ProbeFamily) Method

Definition

public bool TryGetValue (string key, out Microsoft.SqlServer.Management.Assessment.Probes.ProbeFamily value);
abstract member TryGetValue : string * ProbeFamily -> bool
override this.TryGetValue : string * ProbeFamily -> bool
Public Function TryGetValue (key As String, ByRef value As ProbeFamily) As Boolean

Parameters

key
String
value
ProbeFamily

Returns

Applies to