Méthode SfcMetadataRelation.Resolve<T, S> (S)
Resolves a strongly-typed single target instance from the given source instance.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Function Resolve(Of T, S) ( _
instance As S _
) As T
'Utilisation
Dim instance As SfcMetadataRelation
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 ne prend pas en charge les types et les méthodes génériques.
Paramètres de type
- T
The type of the target instance.
- S
The type of the source instance.
Paramètres
- instance
Type : S
The source instance to resolve for.
Valeur de retour
Type : T
The resolved target instance.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc.Metadata