Méthode GetEnumerableValues

Returns an ArrayList of all the connection managers.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Design
Assembly :  Microsoft.SqlServer.Dts.Design (en Microsoft.SqlServer.Dts.Design.dll)

Syntaxe

'Déclaration
Function GetEnumerableValues As ArrayList
'Utilisation
Dim instance As IDtsLogProviderUI
Dim returnValue As ArrayList

returnValue = instance.GetEnumerableValues()
ArrayList GetEnumerableValues()
ArrayList^ GetEnumerableValues()
abstract GetEnumerableValues : unit -> ArrayList 
function GetEnumerableValues() : ArrayList

Valeur de retour

Type : System.Collections. . :: . .ArrayList
An ArrayList.

Notes

This method can be called only if IsEnumerable returns true.