Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Deletes an external metadata column of the host.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Syntax
'Declaration
Public Sub HostDeleteExternalMetadataColumn ( _
wrapper As IDTSManagedComponentWrapper100, _
iID As Integer, _
iExternalMetadataColumnID As Integer _
)
'Usage
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
Dim iID As Integer
Dim iExternalMetadataColumnID As Integer
instance.HostDeleteExternalMetadataColumn(wrapper, _
iID, iExternalMetadataColumnID)
public void HostDeleteExternalMetadataColumn(
IDTSManagedComponentWrapper100 wrapper,
int iID,
int iExternalMetadataColumnID
)
public:
virtual void HostDeleteExternalMetadataColumn(
IDTSManagedComponentWrapper100^ wrapper,
int iID,
int iExternalMetadataColumnID
) sealed
abstract HostDeleteExternalMetadataColumn :
wrapper:IDTSManagedComponentWrapper100 *
iID:int *
iExternalMetadataColumnID:int -> unit
override HostDeleteExternalMetadataColumn :
wrapper:IDTSManagedComponentWrapper100 *
iID:int *
iExternalMetadataColumnID:int -> unit
public final function HostDeleteExternalMetadataColumn(
wrapper : IDTSManagedComponentWrapper100,
iID : int,
iExternalMetadataColumnID : int
)
Parameters
- wrapper
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The component wrapper.
- iID
Type: System.Int32
The identifier.
- iExternalMetadataColumnID
Type: System.Int32
The external metadata column identifier.