ManagedComponentHost.HostDeleteExternalMetadataColumn Method

Definition

Deletes an external metadata column of the host.

public:
 virtual void HostDeleteExternalMetadataColumn(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, int iID, int iExternalMetadataColumnID);
public void HostDeleteExternalMetadataColumn (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, int iID, int iExternalMetadataColumnID);
abstract member HostDeleteExternalMetadataColumn : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int -> unit
override this.HostDeleteExternalMetadataColumn : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int -> unit
Public Sub HostDeleteExternalMetadataColumn (wrapper As IDTSManagedComponentWrapper100, iID As Integer, iExternalMetadataColumnID As Integer)

Parameters

wrapper
IDTSManagedComponentWrapper100

The component wrapper.

iID
Int32

The identifier.

iExternalMetadataColumnID
Int32

The external metadata column identifier.

Implements

Applies to