| Name | Description |
|---|
 | AcquireConnections(Object^) | |
 | AddErrorOutput(String^, Int32, Int32) | |
 | Cleanup() | Frees resources and finishes the execution of the component.(Inherited from PipelineComponent.) |
 | ConvertDataRecordTypeToBufferType(Type^) | |
 | CreateColumnInfoFromDtsType(String^, DataType, DataRow^) | |
 | CreateColumnsFromSchemaTable(DataTable^, IDTSOutput100^, IDTSOutput100^) | |
 | CreateComponentProperty(String^, String^, Object^, Boolean) | |
 | CreateExternalMetadataColumn(IDTSExternalMetadataColumnCollection100^, ColumnInformation^) | |
 | CreateOutput(String^) | |
 | CreateOutputColumn(IDTSOutput100^, ColumnInformation^) | |
 | CreateOutputColumns(IEnumerable<ColumnInformation^>^, IDTSOutput100^) | |
 | DeleteExternalMetadataColumn(Int32, Int32) | Deletes the external metadata column at the specified index from the collection of external metadata columns.(Inherited from PipelineComponent.) |
 | DeleteInput(Int32) | |
 | DeleteOutput(Int32) | |
 | DeleteOutputColumn(Int32, Int32) | |
 | DescribeRedirectedErrorCode(Int32) | |
 | Equals(Object^) | |
 | Finalize() | |
 | GetComponentVersion() | |
 | GetDependentInputs(Int32) | Returns a collection of the input IDs of inputs that are waiting for more data, and thus are blocking the specified input.(Inherited from PipelineComponent.) |
 | GetErrorOutputInfo(Int32%, Int32%) | Returns the index and ID of the error output of the component.(Inherited from PipelineComponent.) |
 | GetHashCode() | |
 | GetMetadataValuesFromRow(DataRow^) | |
 | GetPropertyValue<T>(String^) | |
 | GetType() | |
 | Initialize() | When overridden in a derived class, initializes a new instance of a custom data flow component.(Inherited from PipelineComponent.) |
 | 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.) |
 | InsertInput(DTSInsertPlacement, Int32) | |
 | InsertOutput(DTSInsertPlacement, Int32) | |
 | InsertOutputColumnAt(Int32, Int32, String^, String^) | |
 | IsInputReady(array<Int32>^, array<Boolean>^%) | Determines which of the inputs attached to a component are waiting for more data, and which have enough data to process and are blocked.(Inherited from PipelineComponent.) |
 | MapInputColumn(Int32, Int32, Int32) | Establishes a relationship between an input column and a corresponding external metadata column.(Inherited from PipelineComponent.) |
 | MapOutputColumn(Int32, Int32, Int32, Boolean) | Establishes a relationship between an output column and a corresponding external metadata column.(Inherited from PipelineComponent.) |
 | MemberwiseClone() | |
 | OnDeletingInputColumn(Int32, Int32) | |
 | OnInputPathAttached(Int32) | |
 | OnInputPathDetached(Int32) | |
 | OnOutputPathAttached(Int32) | |
 | PerformDowngrade(Int32, DTSTargetServerVersion) | |
 | PerformUpgrade(Int32) | Upgrades the component metadata to the version of the component installed on the local computer.(Inherited from PipelineComponent.) |
 | PostDiagnostic(String^) | |
 | PostError(Exception^) | |
 | PostError(Int32, array<Object^>^) | |
 | PostError(String^, array<Object^>^) | |
 | PostExecute() | |
 | PostWarning(String^, array<Object^>^) | |
 | PreExecute() | |
 | PrepareForExecute() | |
 | PrimeOutput(Int32, array<Int32>^, array<PipelineBuffer^>^) | Called at run time for source components and transformation components with asynchronous outputs to let these components add rows to the output buffers.(Inherited from PipelineComponent.) |
 | ProcessInput(Int32, PipelineBuffer^) | Called at run time when a PipelineBuffer from an upstream component is available to the component to let the component process the incoming rows.(Inherited from PipelineComponent.) |
 | ProvideComponentProperties() | |
 | RegisterEvents() | When you are developing a custom data flow component, you override this method to create custom events.(Inherited from PipelineComponent.) |
 | RegisterLogEntries() | |
 | ReinitializeMetaData() | |
 | ReleaseConnections() | |
 | RemoveAllInputsOutputsAndCustomProperties() | |
 | SetComponentProperty(String^, Object^) | |
 | SetExternalMetadataColumnDataTypeProperties(Int32, Int32, DataType, Int32, Int32, Int32, Int32) | Sets the data type properties of the specified external metadata column.(Inherited from PipelineComponent.) |
 | SetExternalMetadataColumnProperty(Int32, Int32, String^, Object^) | Sets an individual property of an external metadata column.(Inherited from PipelineComponent.) |
 | SetInputColumnProperty(Int32, Int32, String^, Object^) | |
 | SetInputProperty(Int32, String^, Object^) | |
 | SetOutputColumnDataTypeProperties(Int32, Int32, DataType, Int32, Int32, Int32, Int32) | |
 | SetOutputColumnProperty(Int32, Int32, String^, Object^) | |
 | SetOutputProperty(Int32, String^, Object^) | |
 | SetUsageType(Int32, IDTSVirtualInput100^, Int32, DTSUsageType) | |
 | ToString() | |
 | Transfer(PipelineBuffer^, IDataReader^, Int32, MappedColumnInfo^) | |
 | Validate() | Verifies that the component is correctly configured.(Inherited from PipelineComponent.) |
 | ValidateExternalMetadata(DataTable^, IDTSOutput100^) | |