IDTSManagedComponentHost100 Interface

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Contains hosts for the IDTSManagedComponent100 objects.

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

[GuidAttribute("F015652A-5DBB-41B2-8BB6-AA9E8CB88791")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDTSManagedComponentHost100

NameDescription
System_CAPS_pubpropertyHostBufferManager

This API supports the product infrastructure and is not intended to be used directly from your code.

Sets the buffer manager instance of the host.

System_CAPS_pubpropertyHostComponentMetaData

This API supports the product infrastructure and is not intended to be used directly from your code.

Sets the component metadata instance of the host.

System_CAPS_pubpropertyHostEventInfos

This API supports the product infrastructure and is not intended to be used directly from your code.

Sets the event information instance of the host.

System_CAPS_pubpropertyHostLogEntryInfos

This API supports the product infrastructure and is not intended to be used directly from your code.

Sets the log entry information instance of the host.

System_CAPS_pubpropertyHostReferenceTracker

This API supports the product infrastructure and is not intended to be used directly from your code.

Sets the reference tracker instance of the host.

System_CAPS_pubpropertyHostVariableDispenser

This API supports the product infrastructure and is not intended to be used directly from your code.

Sets the variable dispenser instance of the host.

NameDescription
System_CAPS_pubmethodHostAcquireConnections(IDTSManagedComponentWrapper100^, Object^)

This API supports the product infrastructure and is not intended to be used directly from your code.

Acquires host connections.

System_CAPS_pubmethodHostCheckAndPerformUpgrade(IDTSManagedComponentWrapper100^, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Checks the host and performs upgrade.

System_CAPS_pubmethodHostCleanup(IDTSManagedComponentWrapper100^)

This API supports the product infrastructure and is not intended to be used directly from your code.

Performs a host cleanup.

System_CAPS_pubmethodHostDeleteExternalMetadataColumn(IDTSManagedComponentWrapper100^, Int32, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Deletes the host external metadata column.

System_CAPS_pubmethodHostDeleteInput(IDTSManagedComponentWrapper100^, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Deletes the input associated with the host.

System_CAPS_pubmethodHostDeleteOutput(IDTSManagedComponentWrapper100^, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Deletes output associated with the host.

System_CAPS_pubmethodHostDeleteOutputColumn(IDTSManagedComponentWrapper100^, Int32, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Deletes host output column.

System_CAPS_pubmethodHostDescribeRedirectedErrorCode(IDTSManagedComponentWrapper100^, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Describes the redirected error codes for the host.

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

This API supports the product infrastructure and is not intended to be used directly from your code.

Inserts host metadata column at specified index.

System_CAPS_pubmethodHostInsertInput(IDTSManagedComponentWrapper100^, DTSInsertPlacement, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Inserts host input.

System_CAPS_pubmethodHostInsertOutput(IDTSManagedComponentWrapper100^, DTSInsertPlacement, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Inserts host output.

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

This API supports the product infrastructure and is not intended to be used directly from your code.

Inserts host output column at specified index.

System_CAPS_pubmethodHostMapInputColumn(IDTSManagedComponentWrapper100^, Int32, Int32, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Locates the host input column.

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

This API supports the product infrastructure and is not intended to be used directly from your code.

Locates the host output column.

System_CAPS_pubmethodHostOnDeletingInputColumn(IDTSManagedComponentWrapper100^, Int32, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Represents an event when the host deletes the input column.

System_CAPS_pubmethodHostOnInputPathAttached(IDTSManagedComponentWrapper100^, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Represents an event when host attaches the input path.

System_CAPS_pubmethodHostOnInputPathDetached(IDTSManagedComponentWrapper100^, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Represents an event when the host detaches the input path.

System_CAPS_pubmethodHostOnOutputPathAttached(IDTSManagedComponentWrapper100^, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Represents an event when the host attaches the output path.

System_CAPS_pubmethodHostPostExecute(IDTSManagedComponentWrapper100^)

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies the host after execution.

System_CAPS_pubmethodHostPreExecute(IDTSManagedComponentWrapper100^)

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies the host before execution.

System_CAPS_pubmethodHostPrepareForExecute(IDTSManagedComponentWrapper100^)

This API supports the product infrastructure and is not intended to be used directly from your code.

Prepares the host for execution.

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

This API supports the product infrastructure and is not intended to be used directly from your code.

Represents the host prime output.

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

This API supports the product infrastructure and is not intended to be used directly from your code.

Represents the host process input.

System_CAPS_pubmethodHostProvideComponentProperties(IDTSManagedComponentWrapper100^)

This API supports the product infrastructure and is not intended to be used directly from your code.

Provides the component properties for the host.

System_CAPS_pubmethodHostReinitializeMetaData(IDTSManagedComponentWrapper100^)

This API supports the product infrastructure and is not intended to be used directly from your code.

Reinitializes the host metadata.

System_CAPS_pubmethodHostReleaseConnections(IDTSManagedComponentWrapper100^)

This API supports the product infrastructure and is not intended to be used directly from your code.

Releases the host connection.

System_CAPS_pubmethodHostSetComponentProperty(IDTSManagedComponentWrapper100^, String^, Object^)

This API supports the product infrastructure and is not intended to be used directly from your code.

Sets the host component property.

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

This API supports the product infrastructure and is not intended to be used directly from your code.

Sets the host external metadata column data type properties.

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

This API supports the product infrastructure and is not intended to be used directly from your code.

Sets the host external metadata column property.

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

This API supports the product infrastructure and is not intended to be used directly from your code.

Sets the host input column property.

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

This API supports the product infrastructure and is not intended to be used directly from your code.

Sets the host input property.

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

This API supports the product infrastructure and is not intended to be used directly from your code.

Sets the host output column data type properties.

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

This API supports the product infrastructure and is not intended to be used directly from your code.

Sets the host output column property.

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

This API supports the product infrastructure and is not intended to be used directly from your code.

Sets the host output property.

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

This API supports the product infrastructure and is not intended to be used directly from your code.

Sets the host usage type.

System_CAPS_pubmethodHostValidate(IDTSManagedComponentWrapper100^)

This API supports the product infrastructure and is not intended to be used directly from your code.

Validates the host.

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

This API supports the product infrastructure and is not intended to be used directly from your code.

Instantiates the IDTSManagedComponentHost100.

Return to top
Show: