IDTSManagedComponentHost100 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.Guid("83B3A876-D0FF-43D3-88BE-10D6BD470CBE")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IDTSManagedComponentHost100 = interface
Public Interface IDTSManagedComponentHost100
Derived
Attributes
Properties
Methods
HostAcquireConnections(IDTSManagedComponentWrapper100, Object)
HostCheckAndPerformUpgrade(IDTSManagedComponentWrapper100, Int32)
HostCleanup(IDTSManagedComponentWrapper100)
HostDeleteExternalMetadataColumn(IDTSManagedComponentWrapper100, Int32, Int32)
HostDeleteInput(IDTSManagedComponentWrapper100, Int32)
HostDeleteOutput(IDTSManagedComponentWrapper100, Int32)
HostDeleteOutputColumn(IDTSManagedComponentWrapper100, Int32, Int32)
HostDescribeRedirectedErrorCode(IDTSManagedComponentWrapper100, Int32)
HostInsertExternalMetadataColumnAt(IDTSManagedComponentWrapper100, Int32, Int32, String, String)
HostInsertInput(IDTSManagedComponentWrapper100, DTSInsertPlacement, Int32)
HostInsertOutput(IDTSManagedComponentWrapper100, DTSInsertPlacement, Int32)
HostInsertOutputColumnAt(IDTSManagedComponentWrapper100, Int32, Int32, String, String)
HostMapInputColumn(IDTSManagedComponentWrapper100, Int32, Int32, Int32)
HostMapOutputColumn(IDTSManagedComponentWrapper100, Int32, Int32, Int32, Boolean)
HostOnDeletingInputColumn(IDTSManagedComponentWrapper100, Int32, Int32)
HostOnInputPathAttached(IDTSManagedComponentWrapper100, Int32)
HostOnInputPathDetached(IDTSManagedComponentWrapper100, Int32)
HostOnOutputPathAttached(IDTSManagedComponentWrapper100, Int32)
HostPostExecute(IDTSManagedComponentWrapper100)
HostPreExecute(IDTSManagedComponentWrapper100)
HostPrepareForExecute(IDTSManagedComponentWrapper100)
HostPrimeOutput(IDTSManagedComponentWrapper100, Int32, Int32[], IDTSBuffer100[], IntPtr)
HostProcessInput(IDTSManagedComponentWrapper100, Int32, IDTSBuffer100, IntPtr)
HostProvideComponentProperties(IDTSManagedComponentWrapper100)
HostReinitializeMetaData(IDTSManagedComponentWrapper100)
HostReleaseConnections(IDTSManagedComponentWrapper100)
HostSetComponentProperty(IDTSManagedComponentWrapper100, String, Object)
HostSetExternalMetadataColumnDataTypeProperties(IDTSManagedComponentWrapper100, Int32, Int32, DataType, Int32, Int32, Int32, Int32)
HostSetExternalMetadataColumnProperty(IDTSManagedComponentWrapper100, Int32, Int32, String, Object)
HostSetInputColumnProperty(IDTSManagedComponentWrapper100, Int32, Int32, String, Object)
HostSetInputProperty(IDTSManagedComponentWrapper100, Int32, String, Object)
HostSetOutputColumnDataTypeProperties(IDTSManagedComponentWrapper100, Int32, Int32, DataType, Int32, Int32, Int32, Int32)
HostSetOutputColumnProperty(IDTSManagedComponentWrapper100, Int32, Int32, String, Object)
HostSetOutputProperty(IDTSManagedComponentWrapper100, Int32, String, Object)
HostSetUsageType(IDTSManagedComponentWrapper100, Int32, IDTSVirtualInput100, Int32, DTSUsageType)
HostValidate(IDTSManagedComponentWrapper100)
Instantiate(String, IDTSComponentMetaData100, IDTSVariableDispenser100,
IDTSBufferManager100, IDTSEventInfos100, IDTSObjectReferenceTracker100,
IDTSLogEntryInfos100, DTSProductLevel)
Applies to