IDTSProjectConnectionsCreator100.CreateConnections(IDTSProject100) 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:
Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSConnections100 ^ CreateConnections(Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSProject100 ^ pProject);
[System.Runtime.InteropServices.DispId(1)]
public 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
Public Function CreateConnections (pProject As IDTSProject100) As IDTSConnections100
Parameters
- pProject
- IDTSProject100
Returns
A new IDTSConnections100 object.
- Attributes