IDTSManagedComponentWrapper100 Interface

Definition

Represents the DTS managed component wrapper.

public interface class IDTSManagedComponentWrapper100
[System.Runtime.InteropServices.Guid("1F31C67A-3928-47C5-B3A2-ADE736AB9FA9")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IDTSManagedComponentWrapper100
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("CF135EC8-BB8C-4D9B-9BD0-C6E71CF24C8F")]
public interface IDTSManagedComponentWrapper100
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("1F0DFD1C-7774-4FF5-A5F0-84ED736BF6A7")]
public interface IDTSManagedComponentWrapper100
[<System.Runtime.InteropServices.Guid("1F31C67A-3928-47C5-B3A2-ADE736AB9FA9")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IDTSManagedComponentWrapper100 = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("CF135EC8-BB8C-4D9B-9BD0-C6E71CF24C8F")>]
type IDTSManagedComponentWrapper100 = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("1F0DFD1C-7774-4FF5-A5F0-84ED736BF6A7")>]
type IDTSManagedComponentWrapper100 = interface
Public Interface IDTSManagedComponentWrapper100
Attributes

Methods

AddBLOBData(IDTSBuffer100, Int32, Int32, Byte[])

Adds BLOB data for the IDTSManagedComponentWrapper100.

AddBLOBDataLen(IDTSBuffer100, Int32, Int32, Byte[], UInt32)

Adds BLOB data for the IDTSManagedComponentWrapper100.

GetBLOBData(IDTSBuffer100, Int32, Int32, UInt32, UInt32)

Gets the BLOB data.

WrapperAcquireConnections(Object)

Acquires connection for the component wrapper.

WrapperDeleteExternalMetadataColumn(Int32, Int32)

Deletes external metadata column from the wrapper.

WrapperDeleteInput(Int32)

Deletes an input from the wrapper.

WrapperDeleteOutput(Int32)

Deletes an output from the wrapper.

WrapperDeleteOutputColumn(Int32, Int32)

Deletes an output column for the wrapper.

WrapperDescribeRedirectedErrorCode(Int32)

Describes the redirected error codes for the wrapper.

WrapperInsertExternalMetadataColumnAt(Int32, Int32, String, String)

Inserts an external metadata at a specified column.

WrapperInsertInput(DTSInsertPlacement, Int32)

Inserts an input from the wrapper.

WrapperInsertOutput(DTSInsertPlacement, Int32)

Inserts an output from the wrapper.

WrapperInsertOutputColumnAt(Int32, Int32, String, String)

Inserts an output from the wrapper at a specified column.

WrapperMapInputColumn(Int32, Int32, Int32)

Locates an input column of the wrapper.

WrapperMapOutputColumn(Int32, Int32, Int32, Boolean)

Locates an output column of the wrapper.

WrapperOnDeletingInputColumn(Int32, Int32)

Deletes an input column.

WrapperOnInputPathAttached(Int32)

Represents the event occurred when an input path is attached.

WrapperOnInputPathDetached(Int32)

Represents the event occurred when an input path is detached.

WrapperOnOutputPathAttached(Int32)

Represents the event occurred when an output path is attached.

WrapperProvideComponentProperties()

Provides component properties for the wrapper.

WrapperReinitializeMetaData()

Reinitializes the metadata for the wrapper.

WrapperReleaseConnections()

Releases the wrapper connection.

WrapperSetComponentProperty(String, Object)

Sets the component property for the wrapper.

WrapperSetExternalMetadataColumnDataTypeProperties(Int32, Int32, DataType, Int32, Int32, Int32, Int32)

Sets an external metadata column datatype properties for the wrapper.

WrapperSetExternalMetadataColumnProperty(Int32, Int32, String, Object)

Sets the external metadata column property of the wrapper.

WrapperSetInputColumnProperty(Int32, Int32, String, Object)

Sets the input column property.

WrapperSetInputProperty(Int32, String, Object)

Sets the input property of the wrapper.

WrapperSetOutputColumnDataTypeProperties(Int32, Int32, DataType, Int32, Int32, Int32, Int32)

Sets the output column data type properties.

WrapperSetOutputColumnProperty(Int32, Int32, String, Object)

Sets the output column property of the wrapper.

WrapperSetOutputProperty(Int32, String, Object)

Sets the output property of the wrapper.

WrapperSetUsageType(Int32, IDTSVirtualInput100, Int32, DTSUsageType)

Sets the usage type for the wrapper.

WrapperValidate()

Validates the wrapper.

Applies to