IDTSConnectionManagerMarshalControl100.ConfigureClone 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.
Prepares the connection manager for cloning.
public:
void ConfigureClone(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManager100 ^ pConnectionManager);
public void ConfigureClone (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100 pConnectionManager);
abstract member ConfigureClone : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100 -> unit
Public Sub ConfigureClone (pConnectionManager As IDTSConnectionManager100)
Parameters
- pConnectionManager
- IDTSConnectionManager100
The connection manager to clone.