ProjectConnectionsCreatorNeutralClass.CreateConnections Method

Definition

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

Parameters

pProject
IDTSProject100

Returns

The created IDTSConnections100 connections.

Implements

Attributes

Applies to