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.