Share via


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

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

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

Syntax

'Declaration
Function ResolveCollection ( _
    instance As S, _
    args As Object() _
) As IEnumerable(Of T)
'Usage
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>

Parameters

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

Return Value

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

See Also

Reference

ISfcReferenceCollectionResolver<T, S> Interface

ResolveCollection Overload

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