ProbeCollection.TryGetImplementation Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Parâmetros
- name
- String
- target
- ISqlObjectLocator
- value
- IProbe