다음을 통해 공유


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.