Поделиться через


Метод SfcReferenceCollectionAttribute.ResolveCollection<T, S> (S)

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

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Public Function ResolveCollection(Of T, S) ( _
    instance As S _
) As IEnumerable(Of T)
'Применение
Dim instance As SfcReferenceCollectionAttribute 
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 не поддерживает стандартные типы и методы.

Параметры типа

  • T
    The type of the target instance.
  • S
    The type of the source instance to resolve from.

Параметры

  • instance
    Тип: S
    The source instance to resolve from.

Возвращаемое значение

Тип: System.Collections.Generic.IEnumerable<T>
The resolved target enumerable.

См. также

Справочник

SfcReferenceCollectionAttribute Класс

Перегрузка ResolveCollection

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc.Metadata