IDtsLogProviderUI.GetEnumerableValues Método
Returns an ArrayList of all the connection managers.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Design
Ensamblado: Microsoft.SqlServer.Dts.Design (en Microsoft.SqlServer.Dts.Design.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: System.Collections.ArrayList
An ArrayList.
Comentarios
This method can be called only if IsEnumerable returns true.