CManagedComponentWrapperClass.DeleteExternalMetadataColumn Method
SQL Server 2008 R2
Deletes the external metadata column at the specified index from the collection of external metadata columns.
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
public virtual void DeleteExternalMetadataColumn( int lID, int lExternalMetadataColumnID )
Parameters
- lID
- Type: System.Int32
The ID of the IDTSInput100 or IDTSOutput100 that the external metadata column is associated with.
- lExternalMetadataColumnID
- Type: System.Int32
The ID of the external metadata column.