IListSource.GetList Método
Returns an IList object that can be bound to a data source from an object that does not implement the IList interface. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
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 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 admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.
Valor devuelto
Tipo: System.Collections. . :: . .IList
An IList object.