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


Метод SfcReferenceCollectionAttribute.ResolveCollection (Object)

Resolve a 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 ( _
    instance As Object _
) As IEnumerable
'Применение
Dim instance As SfcReferenceCollectionAttribute 
Dim instance As Object 
Dim returnValue As IEnumerable 

returnValue = instance.ResolveCollection(instance)
public IEnumerable ResolveCollection(
    Object instance
)
public:
IEnumerable^ ResolveCollection(
    Object^ instance
)
member ResolveCollection : 
        instance:Object -> IEnumerable
public function ResolveCollection(
    instance : Object
) : IEnumerable

Параметры

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

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

Тип: System.Collections.IEnumerable
The resolved target enumerable.

См. также

Справочник

SfcReferenceCollectionAttribute Класс

Перегрузка ResolveCollection

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