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 the host external metadata column.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Sub HostDeleteExternalMetadataColumn ( _
pWrapper As IDTSManagedComponentWrapper100, _
lID As Integer, _
lExternalMetadataColumnID As Integer _
)
'Usage
Dim instance As IDTSManagedComponentHost100
Dim pWrapper As IDTSManagedComponentWrapper100
Dim lID As Integer
Dim lExternalMetadataColumnID As Integer
instance.HostDeleteExternalMetadataColumn(pWrapper, _
lID, lExternalMetadataColumnID)
void HostDeleteExternalMetadataColumn(
IDTSManagedComponentWrapper100 pWrapper,
int lID,
int lExternalMetadataColumnID
)
void HostDeleteExternalMetadataColumn(
[InAttribute] IDTSManagedComponentWrapper100^ pWrapper,
[InAttribute] int lID,
[InAttribute] int lExternalMetadataColumnID
)
abstract HostDeleteExternalMetadataColumn :
pWrapper:IDTSManagedComponentWrapper100 *
lID:int *
lExternalMetadataColumnID:int -> unit
function HostDeleteExternalMetadataColumn(
pWrapper : IDTSManagedComponentWrapper100,
lID : int,
lExternalMetadataColumnID : int
)
Parameters
- pWrapper
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The wrapper used.
- lID
Type: System.Int32
The identifier.
- lExternalMetadataColumnID
Type: System.Int32
The external metadata column identifier.