Share via


IDTSManagedComponentHost100 Interface

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

Contains hosts for the IDTSManagedComponent100 objects.

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

Syntax

'Declaration
<GuidAttribute("F015652A-5DBB-41B2-8BB6-AA9E8CB88791")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSManagedComponentHost100
'Usage
Dim instance As IDTSManagedComponentHost100
[GuidAttribute("F015652A-5DBB-41B2-8BB6-AA9E8CB88791")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IDTSManagedComponentHost100
[GuidAttribute(L"F015652A-5DBB-41B2-8BB6-AA9E8CB88791")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDTSManagedComponentHost100
[<GuidAttribute("F015652A-5DBB-41B2-8BB6-AA9E8CB88791")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IDTSManagedComponentHost100 =  interface end
public interface IDTSManagedComponentHost100

The IDTSManagedComponentHost100 type exposes the following members.

Properties

  Name Description
Public property HostBufferManager Infrastructure. Sets the buffer manager instance of the host.
Public property HostComponentMetaData Infrastructure. Sets the component metadata instance of the host.
Public property HostEventInfos Infrastructure. Sets the event information instance of the host.
Public property HostLogEntryInfos Infrastructure. Sets the log entry information instance of the host.
Public property HostReferenceTracker Sets the reference tracker instance of the host.
Public property HostVariableDispenser Infrastructure. Sets the variable dispenser instance of the host.

Top

Methods

  Name Description
Public method HostAcquireConnections Infrastructure. Acquires host connections.
Public method HostCheckAndPerformUpgrade Infrastructure. Checks the host and performs upgrade.
Public method HostCleanup Infrastructure. Performs a host cleanup.
Public method HostDeleteExternalMetadataColumn Infrastructure. Deletes the host external metadata column.
Public method HostDeleteInput Infrastructure. Deletes the input associated with t6he host.
Public method HostDeleteOutput Infrastructure. Deletes output associated with the host.
Public method HostDeleteOutputColumn Infrastructure. Deletes host output column.
Public method HostDescribeRedirectedErrorCode Infrastructure. Describes the redirected error codes for the host.
Public method HostInsertExternalMetadataColumnAt Infrastructure. Inserts host metadata column at specified index.
Public method HostInsertInput Infrastructure. Inserts host input.
Public method HostInsertOutput Infrastructure. Inserts host output.
Public method HostInsertOutputColumnAt Infrastructure. Inserts host output column at specified index.
Public method HostMapInputColumn Infrastructure. Locates the host input column.
Public method HostMapOutputColumn Infrastructure. Locates the host output column.
Public method HostOnDeletingInputColumn Infrastructure. Represents an event when the host deletes the input column.
Public method HostOnInputPathAttached Infrastructure. Represents an event when host attaches the input path.
Public method HostOnInputPathDetached Infrastructure. Represents an event when the host detaches the input path.
Public method HostOnOutputPathAttached Infrastructure. Represents an event when the host attaches the output path.
Public method HostPostExecute Infrastructure. Specifies the host after execution.
Public method HostPreExecute Infrastructure. Specifies the host before execution.
Public method HostPrepareForExecute Infrastructure. Prepares the host for execution.
Public method HostPrimeOutput Represents the host prime output.
Public method HostProcessInput Infrastructure. Represents the host prime input.
Public method HostProvideComponentProperties Infrastructure. Provides the component properties for the host.
Public method HostReinitializeMetaData Infrastructure. Reinitializes the host metadata.
Public method HostReleaseConnections Infrastructure. Releases the host connection.
Public method HostSetComponentProperty Infrastructure. Sets the host component property.
Public method HostSetExternalMetadataColumnDataTypeProperties Infrastructure. Sets the host external metadata column data type properties.
Public method HostSetExternalMetadataColumnProperty Infrastructure. Sets the host external metadata column property.
Public method HostSetInputColumnProperty Infrastructure. Sets the host input column property.
Public method HostSetInputProperty Infrastructure. Sets the host input property.
Public method HostSetOutputColumnDataTypeProperties Infrastructure. Sets the host output column data type properties.
Public method HostSetOutputColumnProperty Sets the host output column property.
Public method HostSetOutputProperty Infrastructure. Sets the host output property.
Public method HostSetUsageType Infrastructure. Sets the host usage type.
Public method HostValidate Infrastructure. Validates the host.
Public method Instantiate Infrastructure. Instantiates the IDTSManagedComponentHost100.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace