共用方式為


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 命名空間