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.