SfcReferenceCollectionAttribute.ResolveCollection 메서드 (Object)

Resolve a 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 ( _
    instance As Object _
) As IEnumerable
‘사용 방법
Dim instance As SfcReferenceCollectionAttribute 
Dim instance As Object 
Dim returnValue As IEnumerable 

returnValue = instance.ResolveCollection(instance)
public IEnumerable ResolveCollection(
    Object instance
)
public:
IEnumerable^ ResolveCollection(
    Object^ instance
)
member ResolveCollection : 
        instance:Object -> IEnumerable
public function ResolveCollection(
    instance : Object
) : IEnumerable

매개 변수

  • instance
    유형: System.Object
    The source instance to resolve from.

반환 값

유형: System.Collections.IEnumerable
The resolved target enumerable.

참고 항목

참조

SfcReferenceCollectionAttribute 클래스

ResolveCollection 오버로드

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata 네임스페이스