Поделиться через


Метод SfcCollection<T, K, ParentT>.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()

См. также

Справочник

SfcCollection<T, K, ParentT> Класс

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc