다음을 통해 공유


IDTSDesigntimeComponent100 멤버

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

IDTSDesigntimeComponent100 형식은 다음 멤버를 노출합니다.

메서드

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

맨 위로 이동