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. |
页首