Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Resolves a strongly-typed single target instance from the given source instance.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Function Resolve(Of T, S) ( _
instance As S _
) As T
'Uso
Dim instance As SfcReferenceAttribute
Dim instance As S
Dim returnValue As T
returnValue = instance.Resolve(instance)
public T Resolve<T, S>(
S instance
)
public:
generic<typename T, typename S>
T Resolve(
S instance
)
member Resolve :
instance:'S -> 'T
JScript no admite tipos y métodos genéricos.
Parámetros de tipo
- T
The type of the target instance
- S
The type of the source instance.
Parámetros
- instance
Tipo: S
The source instance to resolve from.
Valor devuelto
Tipo: T
The resolve target instance.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc.Metadata