Метод IDtsLogProviderUI.GetEnumerableValues
Returns an ArrayList of all the connection managers.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Design
Сборка: Microsoft.SqlServer.Dts.Design (в Microsoft.SqlServer.Dts.Design.dll)
Синтаксис
'Декларация
Function GetEnumerableValues As ArrayList
'Применение
Dim instance As IDtsLogProviderUI
Dim returnValue As ArrayList
returnValue = instance.GetEnumerableValues()
ArrayList GetEnumerableValues()
ArrayList^ GetEnumerableValues()
abstract GetEnumerableValues : unit -> ArrayList
function GetEnumerableValues() : ArrayList
Возвращаемое значение
Тип: System.Collections.ArrayList
An ArrayList.
Замечания
This method can be called only if IsEnumerable returns true.