IDtsConnectionService.CreateConnectionFromDataSource Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Displays a list of existing data sources and allows users to create connection managers based on data sources.
public:
System::Collections::ArrayList ^ CreateConnectionFromDataSource();
public System.Collections.ArrayList CreateConnectionFromDataSource ();
abstract member CreateConnectionFromDataSource : unit -> System.Collections.ArrayList
Public Function CreateConnectionFromDataSource () As ArrayList
Returns
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.