Método IDtsLogProviderUI.GetEnumerableValues
Returns an ArrayList of all the connection managers.
Namespace: Microsoft.SqlServer.Dts.Runtime.Design
Assembly: Microsoft.SqlServer.Dts.Design (em Microsoft.SqlServer.Dts.Design.dll)
Sintaxe
'Declaração
Function GetEnumerableValues As ArrayList
'Uso
Dim instance As IDtsLogProviderUI
Dim returnValue As ArrayList
returnValue = instance.GetEnumerableValues()
ArrayList GetEnumerableValues()
ArrayList^ GetEnumerableValues()
abstract GetEnumerableValues : unit -> ArrayList
function GetEnumerableValues() : ArrayList
Valor de retorno
Tipo: System.Collections.ArrayList
An ArrayList.
Comentários
This method can be called only if IsEnumerable returns true.