Compartir a través de


CManagedComponentWrapper Miembros

Configures the properties and column collections of a component.

El tipo CManagedComponentWrapper expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico AcquireConnections Establishes a connection to a connection manager. (Se hereda de IDTSDesigntimeComponent100).
Método publico DeleteExternalMetadataColumn Deletes the external metadata column at the specified index from the collection of external metadata columns. (Se hereda de IDTSDesigntimeComponent100).
Método publico DeleteInput Deletes an IDTSInput100 object from the IDTSInputCollection100 collection. (Se hereda de IDTSDesigntimeComponent100).
Método publico DeleteOutput Deletes an IDTSOutput100 object from the IDTSOutputCollection100 collection. (Se hereda de IDTSDesigntimeComponent100).
Método publico DeleteOutputColumn Deletes an IDTSOutputColumn100 object from the IDTSOutputColumnCollection100 collection. (Se hereda de IDTSDesigntimeComponent100).
Método publico DescribeRedirectedErrorCode Returns the description of the specified error code. (Se hereda de IDTSDesigntimeComponent100).
Método publico GetEnumerationCollection Returns the IDTSFriendlyEnumCollection100 of a component. (Se hereda de IDTSDesigntimeComponent100).
Método publico InsertExternalMetadataColumnAt Inserts a new external metadata column into the collection of external metadata columns at the specified index. (Se hereda de IDTSDesigntimeComponent100).
Método publico InsertInput Adds an IDTSInput100 object to the IDTSInputCollection100. (Se hereda de IDTSDesigntimeComponent100).
Método publico InsertOutput Adds a new IDTSOutput100 object. (Se hereda de IDTSDesigntimeComponent100).
Método publico InsertOutputColumnAt Creates a new IDTSOutputColumn100 object and inserts it into the IDTSOutputColumnCollection100. (Se hereda de IDTSDesigntimeComponent100).
Método publico MapInputColumn Establishes a relationship between an input column and a corresponding external metadata column. (Se hereda de IDTSDesigntimeComponent100).
Método publico MapOutputColumn Establishes a relationship between an output column and a corresponding external metadata column. (Se hereda de IDTSDesigntimeComponent100).
Método publico OnDeletingInputColumn Called when deleting an IDTSInputColumn100 object from the IDTSInputColumnCollection100. (Se hereda de IDTSDesigntimeComponent100).
Método publico OnInputPathAttached Called when an IDTSInput100 object is connected to another component through the IDTSPath100 interface. (Se hereda de IDTSDesigntimeComponent100).
Método publico OnInputPathDetached Called when an IDTSPath100 object that contains the specified IDTSInput100 object is deleted. (Se hereda de IDTSDesigntimeComponent100).
Método publico OnOutputPathAttached Called when an IDTSOutput100 object of the component is attached to a downstream component. (Se hereda de IDTSDesigntimeComponent100).
Método publico ProvideComponentProperties Initializes the ComponentMetaData of the component when a component is first added to the data flow task. (Se hereda de IDTSDesigntimeComponent100).
Método publico ReinitializeMetaData Fixes any errors identified during design-time validation that result in the component returning VS_NEEDSNEWMETADATA. (Se hereda de IDTSDesigntimeComponent100).
Método publico ReleaseConnections Frees the connections established during AcquireConnections at either design time or run time. (Se hereda de IDTSDesigntimeComponent100).
Método publico SetComponentProperty Assigns a value to an IDTSCustomProperty100 of a component. (Se hereda de IDTSDesigntimeComponent100).
Método publico SetExternalMetadataColumnDataTypeProperties Sets the data type properties of the specified external metadata column. (Se hereda de IDTSDesigntimeComponent100).
Método publico SetExternalMetadataColumnProperty Sets an individual property of an external metadata column. (Se hereda de IDTSDesigntimeComponent100).
Método publico SetInputColumnProperty Assigns a value to the IDTSCustomProperty100 of an IDTSInputColumn100 object. (Se hereda de IDTSDesigntimeComponent100).
Método publico SetInputProperty Assigns a value to the IDTSCustomProperty100 of an IDTSInput100 object. (Se hereda de IDTSDesigntimeComponent100).
Método publico SetOutputColumnDataTypeProperties Sets the data type properties of an IDTSOutputColumn100 object. (Se hereda de IDTSDesigntimeComponent100).
Método publico SetOutputColumnProperty Sets the value of an IDTSCustomProperty100 for an IDTSOutputColumn100 object. (Se hereda de IDTSDesigntimeComponent100).
Método publico SetOutputProperty Sets the value of an IDTSCustomProperty100 on an IDTSOutput100 object. (Se hereda de IDTSDesigntimeComponent100).
Método publico SetUsageType Creates an IDTSInputColumn100 object in the IDTSInputColumnCollection100 of the component and sets the UsageType property of the column. (Se hereda de IDTSDesigntimeComponent100).
Método publico Validate Verifies that the component is correctly configured. (Se hereda de IDTSDesigntimeComponent100).

Principio