IDTSManagedComponentHost100 Interface

Definition

Contains hosts for the IDTSManagedComponent100 objects.

public interface class IDTSManagedComponentHost100
[System.Runtime.InteropServices.Guid("83B3A876-D0FF-43D3-88BE-10D6BD470CBE")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IDTSManagedComponentHost100
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("FF18D832-1AD8-4EBF-8C60-84C88B350B59")]
public interface IDTSManagedComponentHost100
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("473422E1-95D4-4076-8429-D9BA5440A86F")]
public interface IDTSManagedComponentHost100
[<System.Runtime.InteropServices.Guid("83B3A876-D0FF-43D3-88BE-10D6BD470CBE")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IDTSManagedComponentHost100 = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("FF18D832-1AD8-4EBF-8C60-84C88B350B59")>]
type IDTSManagedComponentHost100 = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("473422E1-95D4-4076-8429-D9BA5440A86F")>]
type IDTSManagedComponentHost100 = interface
Public Interface IDTSManagedComponentHost100
Derived
Attributes

Properties

HostBufferManager

Sets the buffer manager instance of the host.

HostComponentMetaData

Sets the component metadata instance of the host.

HostEventInfos

Sets the event information instance of the host.

HostLogEntryInfos

Sets the log entry information instance of the host.

HostReferenceTracker

Sets the reference tracker instance of the host.

HostVariableDispenser

Sets the variable dispenser instance of the host.

Methods

HostAcquireConnections(IDTSManagedComponentWrapper100, Object)

Acquires host connections.

HostCheckAndPerformUpgrade(IDTSManagedComponentWrapper100, Int32)

Checks the host and performs upgrade.

HostCleanup(IDTSManagedComponentWrapper100)

Performs a host cleanup.

HostDeleteExternalMetadataColumn(IDTSManagedComponentWrapper100, Int32, Int32)

Deletes the host external metadata column.

HostDeleteInput(IDTSManagedComponentWrapper100, Int32)

Deletes the input associated with t6he host.

HostDeleteOutput(IDTSManagedComponentWrapper100, Int32)

Deletes output associated with the host.

HostDeleteOutputColumn(IDTSManagedComponentWrapper100, Int32, Int32)

Deletes host output column.

HostDescribeRedirectedErrorCode(IDTSManagedComponentWrapper100, Int32)

Describes the redirected error codes for the host.

HostInsertExternalMetadataColumnAt(IDTSManagedComponentWrapper100, Int32, Int32, String, String)

Inserts host metadata column at specified index.

HostInsertInput(IDTSManagedComponentWrapper100, DTSInsertPlacement, Int32)

Inserts host input.

HostInsertOutput(IDTSManagedComponentWrapper100, DTSInsertPlacement, Int32)

Inserts host output.

HostInsertOutputColumnAt(IDTSManagedComponentWrapper100, Int32, Int32, String, String)

Inserts host output column at specified index.

HostMapInputColumn(IDTSManagedComponentWrapper100, Int32, Int32, Int32)

Locates the host input column.

HostMapOutputColumn(IDTSManagedComponentWrapper100, Int32, Int32, Int32, Boolean)

Locates the host output column.

HostOnDeletingInputColumn(IDTSManagedComponentWrapper100, Int32, Int32)

Represents an event when the host deletes the input column.

HostOnInputPathAttached(IDTSManagedComponentWrapper100, Int32)

Represents an event when host attaches the input path.

HostOnInputPathDetached(IDTSManagedComponentWrapper100, Int32)

Represents an event when the host detaches the input path.

HostOnOutputPathAttached(IDTSManagedComponentWrapper100, Int32)

Represents an event when the host attaches the output path.

HostPostExecute(IDTSManagedComponentWrapper100)

Specifies the host after execution.

HostPreExecute(IDTSManagedComponentWrapper100)

Specifies the host before execution.

HostPrepareForExecute(IDTSManagedComponentWrapper100)

Prepares the host for execution.

HostPrimeOutput(IDTSManagedComponentWrapper100, Int32, Int32[], IDTSBuffer100[], IntPtr)

Represents the host prime output.

HostProcessInput(IDTSManagedComponentWrapper100, Int32, IDTSBuffer100, IntPtr)

Represents the host prime input.

HostProvideComponentProperties(IDTSManagedComponentWrapper100)

Provides the component properties for the host.

HostReinitializeMetaData(IDTSManagedComponentWrapper100)

Reinitializes the host metadata.

HostReleaseConnections(IDTSManagedComponentWrapper100)

Releases the host connection.

HostSetComponentProperty(IDTSManagedComponentWrapper100, String, Object)

Sets the host component property.

HostSetExternalMetadataColumnDataTypeProperties(IDTSManagedComponentWrapper100, Int32, Int32, DataType, Int32, Int32, Int32, Int32)

Sets the host external metadata column data type properties.

HostSetExternalMetadataColumnProperty(IDTSManagedComponentWrapper100, Int32, Int32, String, Object)

Sets the host external metadata column property.

HostSetInputColumnProperty(IDTSManagedComponentWrapper100, Int32, Int32, String, Object)

Sets the host input column property.

HostSetInputProperty(IDTSManagedComponentWrapper100, Int32, String, Object)

Sets the host input property.

HostSetOutputColumnDataTypeProperties(IDTSManagedComponentWrapper100, Int32, Int32, DataType, Int32, Int32, Int32, Int32)

Sets the host output column data type properties.

HostSetOutputColumnProperty(IDTSManagedComponentWrapper100, Int32, Int32, String, Object)

Sets the host output column property.

HostSetOutputProperty(IDTSManagedComponentWrapper100, Int32, String, Object)

Sets the host output property.

HostSetUsageType(IDTSManagedComponentWrapper100, Int32, IDTSVirtualInput100, Int32, DTSUsageType)

Sets the host usage type.

HostValidate(IDTSManagedComponentWrapper100)

Validates the host.

Instantiate(String, IDTSComponentMetaData100, IDTSVariableDispenser100, IDTSBufferManager100, IDTSEventInfos100, IDTSObjectReferenceTracker100, IDTSLogEntryInfos100, DTSProductLevel)

Instantiates the IDTSManagedComponentHost100.

Applies to