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.
public:
virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2017::IDTSConnections100 ^ CreateConnections(Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2017::IDTSProject100 ^ pProject) = Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2017::IDTSProjectConnectionsCreator100::CreateConnections;
[System.Runtime.InteropServices.DispId(1)]
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.IDTSConnections100 CreateConnections (Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.IDTSProject100 pProject);
[<System.Runtime.InteropServices.DispId(1)>]
abstract member CreateConnections : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.IDTSProject100 -> Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.IDTSConnections100
override this.CreateConnections : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.IDTSProject100 -> Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.IDTSConnections100
Public Overridable Function CreateConnections (pProject As IDTSProject100) As IDTSConnections100
Parameters
- pProject
- IDTSProject100
Returns
Implements
- Attributes