Udostępnij przez


IDTSDesigntimeComponent100 Members

Defines the design-time methods of a data flow component written in C++ and COM.

The following tables list the members exposed by the IDTSDesigntimeComponent100 type.

Public Methods

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

Top