ProbeCollection.TryGetImplementation 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.
public bool TryGetImplementation (string name, Microsoft.SqlServer.Management.Assessment.ISqlObjectLocator target, out Microsoft.SqlServer.Management.Assessment.Probes.IProbe value);
member this.TryGetImplementation : string * Microsoft.SqlServer.Management.Assessment.ISqlObjectLocator * IProbe -> bool
Public Function TryGetImplementation (name As String, target As ISqlObjectLocator, ByRef value As IProbe) As Boolean
Parameters
- name
- String
- target
- ISqlObjectLocator
- value
- IProbe