다음을 통해 공유


IDtsConnectionService.CreateConnectionFromDataSource 메서드

Displays a list of existing data sources and allows users to create connection managers based on data sources.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime.Design
어셈블리:  Microsoft.SqlServer.Dts.Design(Microsoft.SqlServer.Dts.Design.dll)

구문

‘선언
Function CreateConnectionFromDataSource As ArrayList
‘사용 방법
Dim instance As IDtsConnectionService 
Dim returnValue As ArrayList 

returnValue = instance.CreateConnectionFromDataSource()
ArrayList CreateConnectionFromDataSource()
ArrayList^ CreateConnectionFromDataSource()
abstract CreateConnectionFromDataSource : unit -> ArrayList
function CreateConnectionFromDataSource() : ArrayList

반환 값

유형: System.Collections.ArrayList
An ArrayList that contains the collection of the connections created. An empty collection is returned if an error occurs, or if the user cancels the request.

참고 항목

참조

IDtsConnectionService 인터페이스

Microsoft.SqlServer.Dts.Runtime.Design 네임스페이스