Método SfcReferenceCollection<K, T, S>.IListSource.GetList
Creates a list of values from the collection that can be accessed by index, sorted, and searched.
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 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 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
A list of values from the collection.