ManagedComponentHost.HostDeleteExternalMetadataColumn 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 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.