SfcReferenceCollectionAttribute.ResolveCollection<T, S> 메서드 (S)
Resolve 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)
구문
‘선언
Public Function ResolveCollection(Of T, S) ( _
instance As S _
) As IEnumerable(Of T)
‘사용 방법
Dim instance As SfcReferenceCollectionAttribute
Dim instance As S
Dim returnValue As IEnumerable(Of T)
returnValue = instance.ResolveCollection(instance)
public IEnumerable<T> ResolveCollection<T, S>(
S instance
)
public:
generic<typename T, typename S>
IEnumerable<T>^ ResolveCollection(
S instance
)
member ResolveCollection :
instance:'S -> IEnumerable<'T>
JScript는 제네릭 형식 및 메서드를 지원하지 않습니다.
유형 매개 변수
- T
The type of the target instance.
- S
The type of the source instance to resolve from.
매개 변수
- instance
유형: S
The source instance to resolve from.
반환 값
유형: System.Collections.Generic.IEnumerable<T>
The resolved target enumerable.