Freigeben über


SfcMetadataRelation.Resolve<T, S>-Methode (S)

Resolves a strongly-typed single target instance from the given source instance.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Function Resolve(Of T, S) ( _
    instance As S _
) As T
'Usage
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 bietet keine Unterstützung für die Verwendung generischer Typen und Methoden.

Typparameter

  • T
    The type of the target instance.
  • S
    The type of the source instance.

Parameter

  • instance
    Typ: S
    The source instance to resolve for.

Rückgabewert

Typ: T
The resolved target instance.

Siehe auch

Verweis

SfcMetadataRelation Klasse

Resolve-Überladung

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata-Namespace