IDTSDesigntimeComponent100.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:
void DeleteExternalMetadataColumn(int lID, int lExternalMetadataColumnID);
[System.Runtime.InteropServices.DispId(38)]
public void DeleteExternalMetadataColumn (int lID, int lExternalMetadataColumnID);
[<System.Runtime.InteropServices.DispId(38)>]
abstract member DeleteExternalMetadataColumn : int * int -> unit
Public Sub DeleteExternalMetadataColumn (lID As Integer, lExternalMetadataColumnID As Integer)
Parameters
- lID
- Int32
The ID of the IDTSInput100 or IDTSOutput100 with which the external metadata column is associated.
- lExternalMetadataColumnID
- Int32
The ID of the external metadata column.
- Attributes