PipelineComponent::DeleteExternalMetadataColumn Method (Int32, Int32)
Deletes the external metadata column at the specified index from the collection of external metadata columns.
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
public: virtual void DeleteExternalMetadataColumn( int iID, int iExternalMetadataColumnID )
Parameters
- iID
-
Type:
System::Int32
The ID of the IDTSInput100 or IDTSOutput100 that the external metadata column is associated with.
- iExternalMetadataColumnID
-
Type:
System::Int32
The ID of the external metadata column.
For more information about working with external metadata columns, see Implementing External Metadata.
Show: