PipelineComponentExt Class

 

This API is not CLS-compliant.

Namespace:   Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)


[CLSCompliantAttribute(false)]
public ref class PipelineComponentExt abstract : PipelineComponent

NameDescription
System_CAPS_pubpropertyBufferManager

Gets the IDTSBufferManager100 of the pipeline component.(Inherited from PipelineComponent.)

System_CAPS_pubpropertyComponentMetaData

Gets the IDTSComponentMetaData100 for a component.(Inherited from PipelineComponent.)

System_CAPS_pubpropertyErrorSupport

Returns an ErrorSupport object that lets the component raise errors, warnings, or other information events based on HRESULTs returned by Integration Services components written in native code.(Inherited from PipelineComponent.)

System_CAPS_pubpropertyEventInfos

Gets the IDTSEventInfos100 collection of the PipelineComponent object.(Inherited from PipelineComponent.)

System_CAPS_pubpropertyLogEntryInfos

Gets an IDTSLogEntryInfos100 collection of logging events that the component has registered.(Inherited from PipelineComponent.)

System_CAPS_pubpropertyReferenceTracker

Gets the IDTSObjectReferenceTracker100 associated with the component.(Inherited from PipelineComponent.)

System_CAPS_pubpropertyVariableDispenser

Gets the IDTSVariableDispenser100 of the data flow component.(Inherited from PipelineComponent.)

NameDescription
System_CAPS_pubmethodAcquireConnections(Object^)

Establishes a connection to a connection manager.(Inherited from PipelineComponent.)

System_CAPS_pubmethodAddErrorOutput(String^, Int32, Int32)

Adds an IDTSOutput100 object and marks it as an error output by setting the IsErrorOut property to true.(Inherited from PipelineComponent.)

System_CAPS_pubmethodCleanup()

Frees resources and finishes the execution of the component.(Inherited from PipelineComponent.)

System_CAPS_protmethodConvertDataRecordTypeToBufferType(Type^)

System_CAPS_protmethodCreateColumnInfoFromDtsType(String^, DataType, DataRow^)

System_CAPS_protmethodCreateColumnsFromSchemaTable(DataTable^, IDTSOutput100^, IDTSOutput100^)

System_CAPS_protmethodCreateComponentProperty(String^, String^, Object^, Boolean)

System_CAPS_protmethodCreateExternalMetadataColumn(IDTSExternalMetadataColumnCollection100^, ColumnInformation^)

System_CAPS_protmethodCreateOutput(String^)

System_CAPS_protmethodCreateOutputColumn(IDTSOutput100^, ColumnInformation^)

System_CAPS_protmethodCreateOutputColumns(IEnumerable<ColumnInformation^>^, IDTSOutput100^)

System_CAPS_pubmethodDeleteExternalMetadataColumn(Int32, Int32)

Deletes the external metadata column at the specified index from the collection of external metadata columns.(Inherited from PipelineComponent.)

System_CAPS_pubmethodDeleteInput(Int32)

Deletes an IDTSInput100 object from the IDTSInputCollection100 collection.(Inherited from PipelineComponent.)

System_CAPS_pubmethodDeleteOutput(Int32)

Deletes an IDTSOutput100 object from the IDTSOutputCollection100 collection.(Inherited from PipelineComponent.)

System_CAPS_pubmethodDeleteOutputColumn(Int32, Int32)

Deletes an IDTSOutputColumn100 object from the IDTSOutputColumnCollection100 collection.(Inherited from PipelineComponent.)

System_CAPS_pubmethodDescribeRedirectedErrorCode(Int32)

Provides error code information for a PipelineBuffer row added to an output buffer.(Inherited from PipelineComponent.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_protmethodGetComponentVersion()

System_CAPS_pubmethodGetDependentInputs(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.)

System_CAPS_pubmethodGetErrorOutputInfo(Int32%, Int32%)

Returns the index and ID of the error output of the component.(Inherited from PipelineComponent.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_protmethodGetMetadataValuesFromRow(DataRow^)

System_CAPS_protmethodGetPropertyValue<T>(String^)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitialize()

When overridden in a derived class, initializes a new instance of a custom data flow component.(Inherited from PipelineComponent.)

System_CAPS_pubmethodInsertExternalMetadataColumnAt(Int32, Int32, String^, String^)

Inserts a new external metadata column into the collection of external metadata columns at the specified index.(Inherited from PipelineComponent.)

System_CAPS_pubmethodInsertInput(DTSInsertPlacement, Int32)

Adds an IDTSInput100 object to the IDTSInputCollection100.(Inherited from PipelineComponent.)

System_CAPS_pubmethodInsertOutput(DTSInsertPlacement, Int32)

Adds a new IDTSOutput100 object (Inherited from PipelineComponent.)

System_CAPS_pubmethodInsertOutputColumnAt(Int32, Int32, String^, String^)

Creates a new IDTSOutputColumn100 object and inserts it into the IDTSOutputColumnCollection100.(Inherited from PipelineComponent.)

System_CAPS_pubmethodIsInputReady(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.)

System_CAPS_pubmethodMapInputColumn(Int32, Int32, Int32)

Establishes a relationship between an input column and a corresponding external metadata column.(Inherited from PipelineComponent.)

System_CAPS_pubmethodMapOutputColumn(Int32, Int32, Int32, Boolean)

Establishes a relationship between an output column and a corresponding external metadata column.(Inherited from PipelineComponent.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodOnDeletingInputColumn(Int32, Int32)

Deletes an IDTSInputColumn100 object from the IDTSInputColumnCollection100.(Inherited from PipelineComponent.)

System_CAPS_pubmethodOnInputPathAttached(Int32)

Called when an IDTSInput100 object is connected to the component through the IDTSPath100 interface.(Inherited from PipelineComponent.)

System_CAPS_pubmethodOnInputPathDetached(Int32)

Called when an IDTSInput100 object is disconnected from the component through the IDTSPath100 interface.(Inherited from PipelineComponent.)

System_CAPS_pubmethodOnOutputPathAttached(Int32)

Called when an IDTSOutput100 object of the component is attached to a downstream component.(Inherited from PipelineComponent.)

System_CAPS_pubmethodPerformDowngrade(Int32, DTSTargetServerVersion)

(Inherited from PipelineComponent.)

System_CAPS_pubmethodPerformUpgrade(Int32)

Upgrades the component metadata to the version of the component installed on the local computer.(Inherited from PipelineComponent.)

System_CAPS_protmethodPostDiagnostic(String^)

System_CAPS_protmethodPostError(Exception^)

System_CAPS_protmethodPostError(Int32, array<Object^>^)

System_CAPS_protmethodPostError(String^, array<Object^>^)

System_CAPS_pubmethodPostExecute()

Called at the end of component execution, but before Cleanup.(Inherited from PipelineComponent.)

System_CAPS_protmethodPostWarning(String^, array<Object^>^)

System_CAPS_pubmethodPreExecute()

Called after PrepareForExecute, and before PrimeOutput and ProcessInput.(Inherited from PipelineComponent.)

System_CAPS_pubmethodPrepareForExecute()

Called before PreExecute.(Inherited from PipelineComponent.)

System_CAPS_pubmethodPrimeOutput(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.)

System_CAPS_pubmethodProcessInput(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.)

System_CAPS_pubmethodProvideComponentProperties()

Called when a component is first added to the data flow task, to initialize the ComponentMetaData of the component.(Inherited from PipelineComponent.)

System_CAPS_pubmethodRegisterEvents()

When you are developing a custom data flow component, you override this method to create custom events.(Inherited from PipelineComponent.)

System_CAPS_pubmethodRegisterLogEntries()

Registers the events that the component will log.(Inherited from PipelineComponent.)

System_CAPS_pubmethodReinitializeMetaData()

Repairs any errors identified during validation that cause the component to return VS_NEEDSNEWMETADATA at design time.(Inherited from PipelineComponent.)

System_CAPS_pubmethodReleaseConnections()

Frees the connections established during AcquireConnections. Called at design time and run time.(Inherited from PipelineComponent.)

System_CAPS_pubmethodRemoveAllInputsOutputsAndCustomProperties()

Deletes each IDTSInput100 and IDTSOutput100 object from the component.(Inherited from PipelineComponent.)

System_CAPS_pubmethodSetComponentProperty(String^, Object^)

Assigns a value to a IDTSCustomProperty100 of the component.(Inherited from PipelineComponent.)

System_CAPS_pubmethodSetExternalMetadataColumnDataTypeProperties(Int32, Int32, DataType, Int32, Int32, Int32, Int32)

Sets the data type properties of the specified external metadata column.(Inherited from PipelineComponent.)

System_CAPS_pubmethodSetExternalMetadataColumnProperty(Int32, Int32, String^, Object^)

Sets an individual property of an external metadata column.(Inherited from PipelineComponent.)

System_CAPS_pubmethodSetInputColumnProperty(Int32, Int32, String^, Object^)

Assigns a value to the IDTSCustomProperty100 of an IDTSInputColumn100 object.(Inherited from PipelineComponent.)

System_CAPS_pubmethodSetInputProperty(Int32, String^, Object^)

Assigns a value to the IDTSCustomProperty100 of an IDTSInput100 object.(Inherited from PipelineComponent.)

System_CAPS_pubmethodSetOutputColumnDataTypeProperties(Int32, Int32, DataType, Int32, Int32, Int32, Int32)

Sets the data type properties of an IDTSOutputColumn100 object.(Inherited from PipelineComponent.)

System_CAPS_pubmethodSetOutputColumnProperty(Int32, Int32, String^, Object^)

Sets the value of an IDTSCustomProperty100 for an IDTSOutputColumn100 object.(Inherited from PipelineComponent.)

System_CAPS_pubmethodSetOutputProperty(Int32, String^, Object^)

Sets the value of an IDTSCustomProperty100 on an IDTSOutput100 object.(Inherited from PipelineComponent.)

System_CAPS_pubmethodSetUsageType(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.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodTransfer(PipelineBuffer^, IDataReader^, Int32, MappedColumnInfo^)

System_CAPS_pubmethodValidate()

Verifies that the component is correctly configured.(Inherited from PipelineComponent.)

System_CAPS_pubmethodValidateExternalMetadata(DataTable^, IDTSOutput100^)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: