Metodo ISfcReferenceCollectionResolver<T, S>.ResolveCollection (S, array<Object )

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

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

Sintassi

'Dichiarazione
Function ResolveCollection ( _
    instance As S, _
    args As Object() _
) As IEnumerable(Of T)
'Utilizzo
Dim instance As ISfcReferenceCollectionResolver 
Dim instance As S
Dim args As Object()
Dim returnValue As IEnumerable(Of T)

returnValue = instance.ResolveCollection(instance, _
    args)
IEnumerable<T> ResolveCollection(
    S instance,
    Object[] args
)
IEnumerable<T>^ ResolveCollection(
    S instance, 
    array<Object^>^ args
)
abstract ResolveCollection : 
        instance:'S * 
        args:Object[] -> IEnumerable<'T> 
function ResolveCollection(
    instance : S, 
    args : Object[]
) : IEnumerable<T>

Parametri

  • instance
    Tipo: S
    The source instance to resolve from.
  • args
    Tipo: array<System.Object[]
    The arguments for the resolver.

Valore restituito

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

Vedere anche

Riferimento

ISfcReferenceCollectionResolver<T, S> Interfaccia

Overload ResolveCollection

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