IDTSManagedComponentHost100.Instantiate Method
This method supports the SQL Server 2008 infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Syntax
'Deklaracja
Sub Instantiate ( _
<InAttribute> bstrUserComponentTypeName As String, _
<InAttribute> pComponentMetaData As IDTSComponentMetaData100, _
<InAttribute> pVariableDispenser As IDTSVariableDispenser100, _
<InAttribute> pBufferManager As IDTSBufferManager100, _
<InAttribute> pEventInfos As IDTSEventInfos100, _
<InAttribute> pRefTracker As IDTSObjectReferenceTracker100, _
<InAttribute> pLogEntryInfos As IDTSLogEntryInfos100, _
<OutAttribute> ByRef peProductLevel As DTSProductLevel _
)
void Instantiate (
[InAttribute] string bstrUserComponentTypeName,
[InAttribute] IDTSComponentMetaData100 pComponentMetaData,
[InAttribute] IDTSVariableDispenser100 pVariableDispenser,
[InAttribute] IDTSBufferManager100 pBufferManager,
[InAttribute] IDTSEventInfos100 pEventInfos,
[InAttribute] IDTSObjectReferenceTracker100 pRefTracker,
[InAttribute] IDTSLogEntryInfos100 pLogEntryInfos,
out DTSProductLevel peProductLevel
)
void Instantiate (
[InAttribute] String^ bstrUserComponentTypeName,
[InAttribute] IDTSComponentMetaData100^ pComponentMetaData,
[InAttribute] IDTSVariableDispenser100^ pVariableDispenser,
[InAttribute] IDTSBufferManager100^ pBufferManager,
[InAttribute] IDTSEventInfos100^ pEventInfos,
[InAttribute] IDTSObjectReferenceTracker100^ pRefTracker,
[InAttribute] IDTSLogEntryInfos100^ pLogEntryInfos,
[OutAttribute] DTSProductLevel% peProductLevel
)
void Instantiate (
/** @attribute InAttribute() */ String bstrUserComponentTypeName,
/** @attribute InAttribute() */ IDTSComponentMetaData100 pComponentMetaData,
/** @attribute InAttribute() */ IDTSVariableDispenser100 pVariableDispenser,
/** @attribute InAttribute() */ IDTSBufferManager100 pBufferManager,
/** @attribute InAttribute() */ IDTSEventInfos100 pEventInfos,
/** @attribute InAttribute() */ IDTSObjectReferenceTracker100 pRefTracker,
/** @attribute InAttribute() */ IDTSLogEntryInfos100 pLogEntryInfos,
/** @attribute OutAttribute() */ /** @ref */ DTSProductLevel peProductLevel
)
JScript does not support passing value-type arguments by reference.
Parameters
- bstrUserComponentTypeName
- pComponentMetaData
- pVariableDispenser
- pBufferManager
- pEventInfos
- pRefTracker
- pLogEntryInfos
- peProductLevel
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.