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. |
上層