Sdílet prostřednictvím


CManagedComponentWrapper Members

Include Protected Members
Include Inherited Members

Configures the properties and column collections of a component.

The CManagedComponentWrapper type exposes the following members.

Methods

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

Top