IDTSManagedComponentWrapper100 Interface

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("4224573F-DFA1-495B-BB8D-E5C6DFCECF1D")> _
Public Interface IDTSManagedComponentWrapper100
'Usage
Dim instance As IDTSManagedComponentWrapper100
[InterfaceTypeAttribute()]
[GuidAttribute("4224573F-DFA1-495B-BB8D-E5C6DFCECF1D")]
public interface IDTSManagedComponentWrapper100
[InterfaceTypeAttribute()]
[GuidAttribute(L"4224573F-DFA1-495B-BB8D-E5C6DFCECF1D")]
public interface class IDTSManagedComponentWrapper100
[<InterfaceTypeAttribute()>]
[<GuidAttribute("4224573F-DFA1-495B-BB8D-E5C6DFCECF1D")>]
type IDTSManagedComponentWrapper100 =  interface end
public interface IDTSManagedComponentWrapper100

The IDTSManagedComponentWrapper100 type exposes the following members.

Methods

  Name Description
Public method AddBLOBData Infrastructure.
Public method AddBLOBDataLen Infrastructure.
Public method GetBLOBData Infrastructure.
Public method WrapperAcquireConnections Infrastructure.
Public method WrapperDeleteExternalMetadataColumn Infrastructure.
Public method WrapperDeleteInput Infrastructure.
Public method WrapperDeleteOutput Infrastructure.
Public method WrapperDeleteOutputColumn Infrastructure.
Public method WrapperDescribeRedirectedErrorCode Infrastructure.
Public method WrapperInsertExternalMetadataColumnAt Infrastructure.
Public method WrapperInsertInput Infrastructure.
Public method WrapperInsertOutput Infrastructure.
Public method WrapperInsertOutputColumnAt Infrastructure.
Public method WrapperMapInputColumn Infrastructure.
Public method WrapperMapOutputColumn Infrastructure.
Public method WrapperOnDeletingInputColumn Infrastructure.
Public method WrapperOnInputPathAttached Infrastructure.
Public method WrapperOnInputPathDetached Infrastructure.
Public method WrapperOnOutputPathAttached Infrastructure.
Public method WrapperProvideComponentProperties Infrastructure.
Public method WrapperReinitializeMetaData Infrastructure.
Public method WrapperReleaseConnections Infrastructure.
Public method WrapperSetComponentProperty Infrastructure.
Public method WrapperSetExternalMetadataColumnDataTypeProperties Infrastructure.
Public method WrapperSetExternalMetadataColumnProperty Infrastructure.
Public method WrapperSetInputColumnProperty Infrastructure.
Public method WrapperSetInputProperty Infrastructure.
Public method WrapperSetOutputColumnDataTypeProperties Infrastructure.
Public method WrapperSetOutputColumnProperty Infrastructure.
Public method WrapperSetOutputProperty Infrastructure.
Public method WrapperSetUsageType Infrastructure.
Public method WrapperValidate Infrastructure.

Top