IListSource.GetList 方法

Returns an IList object that can be bound to a data source from an object that does not implement the IList interface. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  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 SfcCollection
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
An IList object.

实现

IListSource. . :: . .GetList() () () ()