IDTSProjectConnectionsCreator100.CreateConnections(IDTSProject100) Method

Definition

Creates a connection within a specified project.

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnections100 ^ CreateConnections(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSProject100 ^ pProject);
[System.Runtime.InteropServices.DispId(1)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100 CreateConnections (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProject100 pProject);
[<System.Runtime.InteropServices.DispId(1)>]
abstract member CreateConnections : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProject100 -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100
Public Function CreateConnections (pProject As IDTSProject100) As IDTSConnections100

Parameters

pProject
IDTSProject100

The project with a specified connection.

Returns

A new IDTSConnections100 object.

Attributes

Applies to