ManagedComponentHost 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 ManagedComponentHost type exposes the following members.

Constructors

  Name Description
Public method ManagedComponentHost() Infrastructure.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Public method HostAcquireConnections(IDTSManagedComponentWrapper100, Object) Infrastructure.
Public method HostCheckAndPerformUpgrade(IDTSManagedComponentWrapper100, Int32) Infrastructure.
Public method HostCleanup(IDTSManagedComponentWrapper100) Infrastructure.
Public method HostDeleteExternalMetadataColumn(IDTSManagedComponentWrapper100, Int32, Int32) Infrastructure.
Public method HostDeleteInput(IDTSManagedComponentWrapper100, Int32) Infrastructure.
Public method HostDeleteOutput(IDTSManagedComponentWrapper100, Int32) Infrastructure.
Public method HostDeleteOutputColumn(IDTSManagedComponentWrapper100, Int32, Int32) Infrastructure.
Public method HostDescribeRedirectedErrorCode(IDTSManagedComponentWrapper100, Int32) Infrastructure.
Public method HostInsertExternalMetadataColumnAt(IDTSManagedComponentWrapper100, Int32, Int32, String, String) Infrastructure.
Public method HostInsertInput(IDTSManagedComponentWrapper100, DTSInsertPlacement, Int32) Infrastructure.
Public method HostInsertOutput(IDTSManagedComponentWrapper100, DTSInsertPlacement, Int32) Infrastructure.
Public method HostInsertOutputColumnAt(IDTSManagedComponentWrapper100, Int32, Int32, String, String) Infrastructure.
Public method HostMapInputColumn(IDTSManagedComponentWrapper100, Int32, Int32, Int32) Infrastructure.
Public method HostMapOutputColumn(IDTSManagedComponentWrapper100, Int32, Int32, Int32, Boolean) Infrastructure.
Public method HostOnDeletingInputColumn(IDTSManagedComponentWrapper100, Int32, Int32) Infrastructure.
Public method HostOnInputPathAttached(IDTSManagedComponentWrapper100, Int32) Infrastructure.
Public method HostOnInputPathDetached(IDTSManagedComponentWrapper100, Int32) Infrastructure.
Public method HostOnOutputPathAttached(IDTSManagedComponentWrapper100, Int32) Infrastructure.
Public method HostPostExecute(IDTSManagedComponentWrapper100) Infrastructure.
Public method HostPreExecute(IDTSManagedComponentWrapper100) Infrastructure.
Public method HostPrepareForExecute(IDTSManagedComponentWrapper100) Infrastructure.
Public method HostPrimeOutput(IDTSManagedComponentWrapper100, Int32, array<Int32[], array<IDTSBuffer100[], IntPtr) Infrastructure.
Public method HostProcessInput(IDTSManagedComponentWrapper100, Int32, IDTSBuffer100, IntPtr) Infrastructure.
Public method HostProvideComponentProperties(IDTSManagedComponentWrapper100) Infrastructure.
Public method HostReinitializeMetaData(IDTSManagedComponentWrapper100) Infrastructure.
Public method HostReleaseConnections(IDTSManagedComponentWrapper100) Infrastructure.
Public method HostSetComponentProperty(IDTSManagedComponentWrapper100, String, Object) Infrastructure.
Public method HostSetExternalMetadataColumnDataTypeProperties(IDTSManagedComponentWrapper100, Int32, Int32, DataType, Int32, Int32, Int32, Int32) Infrastructure.
Public method HostSetExternalMetadataColumnProperty(IDTSManagedComponentWrapper100, Int32, Int32, String, Object) Infrastructure.
Public method HostSetInputColumnProperty(IDTSManagedComponentWrapper100, Int32, Int32, String, Object) Infrastructure.
Public method HostSetInputProperty(IDTSManagedComponentWrapper100, Int32, String, Object) Infrastructure.
Public method HostSetOutputColumnDataTypeProperties(IDTSManagedComponentWrapper100, Int32, Int32, DataType, Int32, Int32, Int32, Int32) Infrastructure.
Public method HostSetOutputColumnProperty(IDTSManagedComponentWrapper100, Int32, Int32, String, Object) Infrastructure.
Public method HostSetOutputProperty(IDTSManagedComponentWrapper100, Int32, String, Object) Infrastructure.
Public method HostSetUsageType(IDTSManagedComponentWrapper100, Int32, IDTSVirtualInput100, Int32, DTSUsageType) Infrastructure.
Public method HostValidate(IDTSManagedComponentWrapper100) Infrastructure.
Public method Instantiate(String, IDTSComponentMetaData100, IDTSVariableDispenser100, IDTSBufferManager100, IDTSEventInfos100, IDTSObjectReferenceTracker100, IDTSLogEntryInfos100, DTSProductLevel%) Infrastructure.
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property HostBufferManager Infrastructure.
Public property HostComponentMetaData Infrastructure.
Public property HostEventInfos Infrastructure.
Public property HostLogEntryInfos Infrastructure.
Public property HostReferenceTracker Infrastructure.
Public property HostVariableDispenser Infrastructure.
Public property InnerObject Infrastructure.

Top