다음을 통해 공유


SfcReferenceCollection<K, T, S>.IListSource.GetList 메서드

Creates a list of values from the collection that can be accessed by index, sorted, and searched.

네임스페이스:  Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리:  Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)

구문

‘선언
Private Function GetList As IList 
    Implements IListSource.GetList
‘사용 방법
Dim instance As SfcReferenceCollection 
Dim returnValue As IList 

returnValue = CType(instance, IListSource).GetList()
IList IListSource.GetList()
private:
virtual IList^ GetList() sealed = IListSource::GetList
private abstract GetList : unit -> IList  
private override GetList : unit -> IList
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.

반환 값

유형: System.Collections.IList
A list of values from the collection.

구현

IListSource.GetList()

참고 항목

참조

SfcReferenceCollection<K, T, S> 클래스

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