Sdílet prostřednictvím


IDTSManagedComponentWrapper100 Members

Include Protected Members
Include Inherited Members

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

The IDTSManagedComponentWrapper100 type exposes the following members.

Methods

  Name Description
Public method AddBLOBData(IDTSBuffer100, Int32, Int32, array<Byte[]%) Infrastructure.
Public method AddBLOBDataLen(IDTSBuffer100, Int32, Int32, array<Byte[]%, UInt32) Infrastructure.
Public method GetBLOBData(IDTSBuffer100, Int32, Int32, UInt32, UInt32) Infrastructure.
Public method WrapperAcquireConnections(Object) Infrastructure.
Public method WrapperDeleteExternalMetadataColumn(Int32, Int32) Infrastructure.
Public method WrapperDeleteInput(Int32) Infrastructure.
Public method WrapperDeleteOutput(Int32) Infrastructure.
Public method WrapperDeleteOutputColumn(Int32, Int32) Infrastructure.
Public method WrapperDescribeRedirectedErrorCode(Int32) Infrastructure.
Public method WrapperInsertExternalMetadataColumnAt(Int32, Int32, String, String) Infrastructure.
Public method WrapperInsertInput(DTSInsertPlacement, Int32) Infrastructure.
Public method WrapperInsertOutput(DTSInsertPlacement, Int32) Infrastructure.
Public method WrapperInsertOutputColumnAt(Int32, Int32, String, String) Infrastructure.
Public method WrapperMapInputColumn(Int32, Int32, Int32) Infrastructure.
Public method WrapperMapOutputColumn(Int32, Int32, Int32, Boolean) Infrastructure.
Public method WrapperOnDeletingInputColumn(Int32, Int32) Infrastructure.
Public method WrapperOnInputPathAttached(Int32) Infrastructure.
Public method WrapperOnInputPathDetached(Int32) Infrastructure.
Public method WrapperOnOutputPathAttached(Int32) Infrastructure.
Public method WrapperProvideComponentProperties() Infrastructure.
Public method WrapperReinitializeMetaData() Infrastructure.
Public method WrapperReleaseConnections() Infrastructure.
Public method WrapperSetComponentProperty(String, Object) Infrastructure.
Public method WrapperSetExternalMetadataColumnDataTypeProperties(Int32, Int32, DataType, Int32, Int32, Int32, Int32) Infrastructure.
Public method WrapperSetExternalMetadataColumnProperty(Int32, Int32, String, Object) Infrastructure.
Public method WrapperSetInputColumnProperty(Int32, Int32, String, Object) Infrastructure.
Public method WrapperSetInputProperty(Int32, String, Object) Infrastructure.
Public method WrapperSetOutputColumnDataTypeProperties(Int32, Int32, DataType, Int32, Int32, Int32, Int32) Infrastructure.
Public method WrapperSetOutputColumnProperty(Int32, Int32, String, Object) Infrastructure.
Public method WrapperSetOutputProperty(Int32, String, Object) Infrastructure.
Public method WrapperSetUsageType(Int32, IDTSVirtualInput100, Int32, DTSUsageType) Infrastructure.
Public method WrapperValidate() Infrastructure.

Top