PipelineComponent.DeleteExternalMetadataColumn(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes the external metadata column at the specified index from the collection of external metadata columns.
public:
virtual void DeleteExternalMetadataColumn(int iID, int iExternalMetadataColumnID);
public virtual void DeleteExternalMetadataColumn (int iID, int iExternalMetadataColumnID);
abstract member DeleteExternalMetadataColumn : int * int -> unit
override this.DeleteExternalMetadataColumn : int * int -> unit
Public Overridable Sub DeleteExternalMetadataColumn (iID As Integer, iExternalMetadataColumnID As Integer)
Parameters
- iID
- Int32
The ID of the IDTSInput100 or IDTSOutput100 that the external metadata column is associated with.
- iExternalMetadataColumnID
- Int32
The ID of the external metadata column.
Remarks
For more information about working with external metadata columns, see Implementing External Metadata.