Metodo SfcMetadataRelation.ResolveCollection<T, S> (S)

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

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Function ResolveCollection(Of T, S) ( _
    instance As S _
) As IEnumerable(Of T)
'Utilizzo
Dim instance As SfcMetadataRelation 
Dim instance As S
Dim returnValue As IEnumerable(Of T)

returnValue = instance.ResolveCollection(instance)
public IEnumerable<T> ResolveCollection<T, S>(
    S instance
)
public:
generic<typename T, typename S>
IEnumerable<T>^ ResolveCollection(
    S instance
)
member ResolveCollection : 
        instance:'S -> IEnumerable<'T> 
JScript non supporta i metodi e i tipi generici.

Parametri di tipo

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

Parametri

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

Valore restituito

Tipo: System.Collections.Generic.IEnumerable<T>
The resolved target values enumeration.

Vedere anche

Riferimento

SfcMetadataRelation Classe

Overload ResolveCollection

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc.Metadata