Compartir a través de


SfcReferenceCollection<K, T, S>.IListSource.GetList Método

Creates a list of values from the collection that can be accessed by index, sorted, and searched.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Private Function GetList As IList 
    Implements IListSource.GetList
'Uso
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 admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.

Valor devuelto

Tipo: System.Collections.IList
A list of values from the collection.

Implementa

IListSource.GetList()

Vea también

Referencia

SfcReferenceCollection<K, T, S> Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc