Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Resolves 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)
Синтаксис
'Декларация
Function ResolveCollection ( _
instance As S, _
args As Object() _
) As IEnumerable(Of T)
'Применение
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>
Параметры
- instance
Тип: S
The source instance to resolve from.
- args
Тип: array<System.Object[]
The arguments for the resolver.
Возвращаемое значение
Тип: System.Collections.Generic.IEnumerable<T>
The resolved target enumerable.
См. также
Справочник
ISfcReferenceCollectionResolver<T, S> Интерфейс
Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc.Metadata