Partager via


Membres CManagedComponentWrapper

Configures the properties and column collections of a component.

Le type CManagedComponentWrapper expose les membres suivants.

Méthodes

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

Haut de la page