Интерфейс ISfcReferenceCollectionResolver<T, S>
Provides a generic interface for resolving from a source to an enumerable target.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Interface ISfcReferenceCollectionResolver(Of T, S) _
Inherits ISfcReferenceCollectionResolver
'Применение
Dim instance As ISfcReferenceCollectionResolver(Of T, S)
public interface ISfcReferenceCollectionResolver<T, S> : ISfcReferenceCollectionResolver
generic<typename T, typename S>
public interface class ISfcReferenceCollectionResolver : ISfcReferenceCollectionResolver
type ISfcReferenceCollectionResolver<'T, 'S> =
interface
interface ISfcReferenceCollectionResolver
end
JScript не поддерживает стандартные типы и методы.
Параметры типа
- T
The element type of the target enumeration.
- S
The type of the source object to resolve from.
Методы
Имя | Описание | |
---|---|---|
ResolveCollection(Object, array<Object[]) | Resolves a strongly-typed target enumerable from the given source object. (Производный от ISfcReferenceCollectionResolver.) | |
ResolveCollection(S, array<Object[]) | Resolves a strongly-typed target enumerable from the given source object. |
В начало
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc.Metadata