.gif)  | 
AcquireConnections(Object) | 
Infrastructure. (Overrides PipelineComponent.AcquireConnections(Object).) | 
.gif)  | 
AddErrorOutput(String, Int32, Int32) | 
Adds an IDTSOutput100 object and marks it as an error output by setting the IsErrorOut property to true. (Inherited from PipelineComponent.) | 
.gif)  | 
Cleanup() | 
Frees resources and finishes the execution of the component. (Inherited from PipelineComponent.) | 
.gif)  | 
CloseIDE() | 
Infrastructure. | 
.gif)  | 
DeleteExternalMetadataColumn(Int32, Int32) | 
Deletes the external metadata column at the specified index from the collection of external metadata columns. (Inherited from PipelineComponent.) | 
.gif)  | 
DeleteInput(Int32) | 
Deletes an IDTSInput100 object from the IDTSInputCollection100 collection. (Inherited from PipelineComponent.) | 
.gif)  | 
DeleteOutput(Int32) | 
Deletes an IDTSOutput100 object from the IDTSOutputCollection100 collection. (Inherited from PipelineComponent.) | 
.gif)  | 
DeleteOutputColumn(Int32, Int32) | 
Deletes an IDTSOutputColumn100 object from the IDTSOutputColumnCollection100 collection. (Inherited from PipelineComponent.) | 
.gif)  | 
DescribeRedirectedErrorCode(Int32) | 
Provides error code information for a PipelineBuffer row added to an output buffer. (Inherited from PipelineComponent.) | 
.gif)  | 
Equals(Object) | 
(Inherited from Object.) | 
.gif)  | 
Finalize() | 
(Inherited from Object.) | 
.gif)  | 
GetBinaryCode(String) | 
Infrastructure. | 
.gif)  | 
GetErrorOutputInfo(Int32%, Int32%) | 
Returns the index and ID of the error output of the component. (Inherited from PipelineComponent.) | 
.gif)  | 
GetHashCode() | 
(Inherited from Object.) | 
.gif)  | 
GetType() | 
(Inherited from Object.) | 
.gif)  | 
GetUniqueVSTAProjectName() | 
Infrastructure. | 
.gif)  | 
Initialize() | 
When overridden in a derived class, initializes a new instance of a custom data flow component. (Inherited from PipelineComponent.) | 
.gif)  | 
InsertExternalMetadataColumnAt(Int32, Int32, String, String) | 
Inserts a new external metadata column into the collection of external metadata columns at the specified index. (Inherited from PipelineComponent.) | 
.gif)  | 
InsertInput(DTSInsertPlacement, Int32) | 
Infrastructure. (Overrides PipelineComponent.InsertInput(DTSInsertPlacement, Int32).) | 
.gif)  | 
InsertOutput(DTSInsertPlacement, Int32) | 
Infrastructure. (Overrides PipelineComponent.InsertOutput(DTSInsertPlacement, Int32).) | 
.gif)  | 
InsertOutputColumnAt(Int32, Int32, String, String) | 
Infrastructure. (Overrides PipelineComponent.InsertOutputColumnAt(Int32, Int32, String, String).) | 
.gif)  | 
LoadScriptFromComponent() | 
Infrastructure. | 
.gif)  | 
MapInputColumn(Int32, Int32, Int32) | 
Establishes a relationship between an input column and a corresponding external metadata column. (Inherited from PipelineComponent.) | 
.gif)  | 
MapOutputColumn(Int32, Int32, Int32, Boolean) | 
Establishes a relationship between an output column and a corresponding external metadata column. (Inherited from PipelineComponent.) | 
.gif)  | 
MemberwiseClone() | 
(Inherited from Object.) | 
.gif)  | 
OnDeletingInputColumn(Int32, Int32) | 
Deletes an IDTSInputColumn100 object from the IDTSInputColumnCollection100. (Inherited from PipelineComponent.) | 
.gif)  | 
OnInputPathAttached(Int32) | 
Called when an IDTSInput100 object is connected to the component through the IDTSPath100 interface. (Inherited from PipelineComponent.) | 
.gif)  | 
OnInputPathDetached(Int32) | 
Called when an IDTSInput100 object is disconnected from the component through the IDTSPath100 interface. (Inherited from PipelineComponent.) | 
.gif)  | 
OnOutputPathAttached(Int32) | 
Called when an IDTSOutput100 object of the component is attached to a downstream component. (Inherited from PipelineComponent.) | 
.gif)  | 
PerformUpgrade(Int32) | 
Infrastructure. (Overrides PipelineComponent.PerformUpgrade(Int32).) | 
.gif)  | 
PostExecute() | 
Infrastructure. (Overrides PipelineComponent.PostExecute().) | 
.gif)  | 
PreExecute() | 
Infrastructure. (Overrides PipelineComponent.PreExecute().) | 
.gif)  | 
PrepareForExecute() | 
Called before PreExecute. (Inherited from PipelineComponent.) | 
.gif)  | 
PrimeOutput(Int32, array<Int32[], array<PipelineBuffer[]) | 
Infrastructure. (Overrides PipelineComponent.PrimeOutput(Int32, array<Int32[], array<PipelineBuffer[]).) | 
.gif)  | 
ProcessInput(Int32, PipelineBuffer) | 
Infrastructure. (Overrides PipelineComponent.ProcessInput(Int32, PipelineBuffer).) | 
.gif)  | 
ProvideComponentProperties() | 
Infrastructure. (Overrides PipelineComponent.ProvideComponentProperties().) | 
.gif)  | 
PutBinaryCode(String, array<Byte[]) | 
Infrastructure. | 
.gif)  | 
PutSourceCode(String, String) | 
Infrastructure. | 
.gif)  | 
RegisterEvents() | 
When you are developing a custom data flow component, you override this method to create custom events. (Inherited from PipelineComponent.) | 
.gif)  | 
RegisterLogEntries() | 
Infrastructure. (Overrides PipelineComponent.RegisterLogEntries().) | 
.gif)  | 
ReinitializeMetaData() | 
Repairs any errors identified during validation that cause the component to return VS_NEEDSNEWMETADATA at design time. (Inherited from PipelineComponent.) | 
.gif)  | 
ReleaseConnections() | 
Infrastructure. (Overrides PipelineComponent.ReleaseConnections().) | 
.gif)  | 
RemoveAllInputsOutputsAndCustomProperties() | 
Deletes each IDTSInput100 and IDTSOutput100 object from the component. (Inherited from PipelineComponent.) | 
.gif)  | 
SetComponentProperty(String, Object) | 
Infrastructure. (Overrides PipelineComponent.SetComponentProperty(String, Object).) | 
.gif)  | 
SetExternalMetadataColumnDataTypeProperties(Int32, Int32, DataType, Int32, Int32, Int32, Int32) | 
Sets the data type properties of the specified external metadata column. (Inherited from PipelineComponent.) | 
.gif)  | 
SetExternalMetadataColumnProperty(Int32, Int32, String, Object) | 
Sets an individual property of an external metadata column. (Inherited from PipelineComponent.) | 
.gif)  | 
SetInputColumnProperty(Int32, Int32, String, Object) | 
Assigns a value to the IDTSCustomProperty100 of an IDTSInputColumn100 object. (Inherited from PipelineComponent.) | 
.gif)  | 
SetInputProperty(Int32, String, Object) | 
Assigns a value to the IDTSCustomProperty100 of an IDTSInput100 object. (Inherited from PipelineComponent.) | 
.gif)  | 
SetOutputColumnDataTypeProperties(Int32, Int32, DataType, Int32, Int32, Int32, Int32) | 
Infrastructure. (Overrides PipelineComponent.SetOutputColumnDataTypeProperties(Int32, Int32, DataType, Int32, Int32, Int32, Int32).) | 
.gif)  | 
SetOutputColumnProperty(Int32, Int32, String, Object) | 
Sets the value of an IDTSCustomProperty100 for an IDTSOutputColumn100 object. (Inherited from PipelineComponent.) | 
.gif)  | 
SetOutputProperty(Int32, String, Object) | 
Sets the value of an IDTSCustomProperty100 on an IDTSOutput100 object. (Inherited from PipelineComponent.) | 
.gif)  | 
SetUsageType(Int32, IDTSVirtualInput100, Int32, DTSUsageType) | 
Creates an IDTSInputColumn100 object in the IDTSInputColumnCollection100 of the component and sets the UsageType property of the column. (Inherited from PipelineComponent.) | 
.gif)  | 
ShowIDE() | 
Infrastructure. | 
.gif)  | 
ToString() | 
(Inherited from Object.) | 
.gif)  | 
Validate() | 
Infrastructure. (Overrides PipelineComponent.Validate().) |