Freigeben über


IDtsLogProviderUI.GetEnumerableValues-Methode

Returns an ArrayList of all the connection managers.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Design
Assembly:  Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)

Syntax

'Declaration
Function GetEnumerableValues As ArrayList
'Usage
Dim instance As IDtsLogProviderUI 
Dim returnValue As ArrayList 

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

Rückgabewert

Typ: System.Collections.ArrayList
An ArrayList.

Hinweise

This method can be called only if IsEnumerable returns true.

Siehe auch

Verweis

IDtsLogProviderUI Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Design-Namespace