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 네임스페이스