Partilhar via


Método 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. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Private Function GetList As IList 
    Implements IListSource.GetList
'Uso
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 dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.

Valor de retorno

Tipo: System.Collections.IList
An IList object.

Implementa

IListSource.GetList()

Consulte também

Referência

SfcCollection<T, K, ParentT> Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc