Méthode SfcReferenceCollection<K, T, S>.IListSource.GetList
Creates a list of values from the collection that can be accessed by index, sorted, and searched.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Private Function GetList As IList
Implements IListSource.GetList
'Utilisation
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 prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.
Valeur de retour
Type : System.Collections.IList
A list of values from the collection.