ProjectConnectionsCreatorNeutralClass.CreateConnections 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.
Creates connections with the specified project.
public:
virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnections100 ^ CreateConnections(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSProject100 ^ pProject) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSProjectConnectionsCreator100::CreateConnections;
[System.Runtime.InteropServices.DispId(1)]
public virtual 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
override this.CreateConnections : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProject100 -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100
Public Overridable Function CreateConnections (pProject As IDTSProject100) As IDTSConnections100
Parameters
- pProject
- IDTSProject100
The specified project.
Returns
The created IDTSConnections100 connections.
Implements
- Attributes