This topic has not yet been rated - Rate this topic

CManagedComponentWrapperClass.DeleteExternalMetadataColumn Method

Deletes the external metadata column at the specified index from the collection of external metadata columns.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
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.

Implements

IDTSDesigntimeComponent100.DeleteExternalMetadataColumn(Int32, Int32)
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.