IDTSConnectionManagerMarshalControl100.ConfigureClone Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Prepares the connection manager for cloning.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub ConfigureClone ( _
pConnectionManager As IDTSConnectionManager100 _
)
'Usage
Dim instance As IDTSConnectionManagerMarshalControl100
Dim pConnectionManager As IDTSConnectionManager100
instance.ConfigureClone(pConnectionManager)
void ConfigureClone(
IDTSConnectionManager100 pConnectionManager
)
void ConfigureClone(
[InAttribute] IDTSConnectionManager100^ pConnectionManager
)
abstract ConfigureClone :
pConnectionManager:IDTSConnectionManager100 -> unit
function ConfigureClone(
pConnectionManager : IDTSConnectionManager100
)
Parameters
- pConnectionManager
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
The connection manager to clone.