IDTSConnectionManagerMarshalControl100.ConfigureClone Method

Definition

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.

Applies to