IDTSManagedComponentHost130 Interface

 

Namespace:   Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

[GuidAttribute("E2BAED93-7763-432F-866B-D4CE357F9C40")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDTSManagedComponentHost130 : IDTSManagedComponentHost100

NameDescription
System_CAPS_pubmethodHostAcquireConnections(IDTSManagedComponentWrapper100^, Object^)

System_CAPS_pubmethodHostCheckAndPerformDowngrade(IDTSManagedComponentWrapper100^, Int32, DTSTargetServerVersion)

System_CAPS_pubmethodHostCheckAndPerformUpgrade(IDTSManagedComponentWrapper100^, Int32)

System_CAPS_pubmethodHostCleanup(IDTSManagedComponentWrapper100^)

System_CAPS_pubmethodHostDeleteExternalMetadataColumn(IDTSManagedComponentWrapper100^, Int32, Int32)

System_CAPS_pubmethodHostDeleteInput(IDTSManagedComponentWrapper100^, Int32)

System_CAPS_pubmethodHostDeleteOutput(IDTSManagedComponentWrapper100^, Int32)

System_CAPS_pubmethodHostDeleteOutputColumn(IDTSManagedComponentWrapper100^, Int32, Int32)

System_CAPS_pubmethodHostDescribeRedirectedErrorCode(IDTSManagedComponentWrapper100^, Int32)

System_CAPS_pubmethodHostInsertExternalMetadataColumnAt(IDTSManagedComponentWrapper100^, Int32, Int32, String^, String^)

System_CAPS_pubmethodHostInsertInput(IDTSManagedComponentWrapper100^, DTSInsertPlacement, Int32)

System_CAPS_pubmethodHostInsertOutput(IDTSManagedComponentWrapper100^, DTSInsertPlacement, Int32)

System_CAPS_pubmethodHostInsertOutputColumnAt(IDTSManagedComponentWrapper100^, Int32, Int32, String^, String^)

System_CAPS_pubmethodHostMapInputColumn(IDTSManagedComponentWrapper100^, Int32, Int32, Int32)

System_CAPS_pubmethodHostMapOutputColumn(IDTSManagedComponentWrapper100^, Int32, Int32, Int32, Boolean)

System_CAPS_pubmethodHostOnDeletingInputColumn(IDTSManagedComponentWrapper100^, Int32, Int32)

System_CAPS_pubmethodHostOnInputPathAttached(IDTSManagedComponentWrapper100^, Int32)

System_CAPS_pubmethodHostOnInputPathDetached(IDTSManagedComponentWrapper100^, Int32)

System_CAPS_pubmethodHostOnOutputPathAttached(IDTSManagedComponentWrapper100^, Int32)

System_CAPS_pubmethodHostPostExecute(IDTSManagedComponentWrapper100^)

System_CAPS_pubmethodHostPreExecute(IDTSManagedComponentWrapper100^)

System_CAPS_pubmethodHostPrepareForExecute(IDTSManagedComponentWrapper100^)

System_CAPS_pubmethodHostPrimeOutput(IDTSManagedComponentWrapper100^, Int32, array<Int32>^, array<IDTSBuffer100^>^, IntPtr)

System_CAPS_pubmethodHostProcessInput(IDTSManagedComponentWrapper100^, Int32, IDTSBuffer100^, IntPtr)

System_CAPS_pubmethodHostProvideComponentProperties(IDTSManagedComponentWrapper100^)

System_CAPS_pubmethodHostReinitializeMetaData(IDTSManagedComponentWrapper100^)

System_CAPS_pubmethodHostReleaseConnections(IDTSManagedComponentWrapper100^)

System_CAPS_pubmethodHostSetComponentProperty(IDTSManagedComponentWrapper100^, String^, Object^)

System_CAPS_pubmethodHostSetExternalMetadataColumnDataTypeProperties(IDTSManagedComponentWrapper100^, Int32, Int32, DataType, Int32, Int32, Int32, Int32)

System_CAPS_pubmethodHostSetExternalMetadataColumnProperty(IDTSManagedComponentWrapper100^, Int32, Int32, String^, Object^)

System_CAPS_pubmethodHostSetInputColumnProperty(IDTSManagedComponentWrapper100^, Int32, Int32, String^, Object^)

System_CAPS_pubmethodHostSetInputProperty(IDTSManagedComponentWrapper100^, Int32, String^, Object^)

System_CAPS_pubmethodHostSetOutputColumnDataTypeProperties(IDTSManagedComponentWrapper100^, Int32, Int32, DataType, Int32, Int32, Int32, Int32)

System_CAPS_pubmethodHostSetOutputColumnProperty(IDTSManagedComponentWrapper100^, Int32, Int32, String^, Object^)

System_CAPS_pubmethodHostSetOutputProperty(IDTSManagedComponentWrapper100^, Int32, String^, Object^)

System_CAPS_pubmethodHostSetUsageType(IDTSManagedComponentWrapper100^, Int32, IDTSVirtualInput100^, Int32, DTSUsageType)

System_CAPS_pubmethodHostValidate(IDTSManagedComponentWrapper100^)

System_CAPS_pubmethodInstantiate(String^, IDTSComponentMetaData100^, IDTSVariableDispenser100^, IDTSBufferManager100^, IDTSEventInfos100^, IDTSObjectReferenceTracker100^, IDTSLogEntryInfos100^, DTSProductLevel%)

Return to top
Show: