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 | |
---|---|---|
HostBufferManager | Infrastructure. Sets the buffer manager instance of the host. | |
HostComponentMetaData | Infrastructure. Sets the component metadata instance of the host. | |
HostEventInfos | Infrastructure. Sets the event information instance of the host. | |
HostLogEntryInfos | Infrastructure. Sets the log entry information instance of the host. | |
HostReferenceTracker | Sets the reference tracker instance of the host. | |
HostVariableDispenser | Infrastructure. Sets the variable dispenser instance of the host. |
Top
Methods
Name | Description | |
---|---|---|
HostAcquireConnections | Infrastructure. Acquires host connections. | |
HostCheckAndPerformUpgrade | Infrastructure. Checks the host and performs upgrade. | |
HostCleanup | Infrastructure. Performs a host cleanup. | |
HostDeleteExternalMetadataColumn | Infrastructure. Deletes the host external metadata column. | |
HostDeleteInput | Infrastructure. Deletes the input associated with t6he host. | |
HostDeleteOutput | Infrastructure. Deletes output associated with the host. | |
HostDeleteOutputColumn | Infrastructure. Deletes host output column. | |
HostDescribeRedirectedErrorCode | Infrastructure. Describes the redirected error codes for the host. | |
HostInsertExternalMetadataColumnAt | Infrastructure. Inserts host metadata column at specified index. | |
HostInsertInput | Infrastructure. Inserts host input. | |
HostInsertOutput | Infrastructure. Inserts host output. | |
HostInsertOutputColumnAt | Infrastructure. Inserts host output column at specified index. | |
HostMapInputColumn | Infrastructure. Locates the host input column. | |
HostMapOutputColumn | Infrastructure. Locates the host output column. | |
HostOnDeletingInputColumn | Infrastructure. Represents an event when the host deletes the input column. | |
HostOnInputPathAttached | Infrastructure. Represents an event when host attaches the input path. | |
HostOnInputPathDetached | Infrastructure. Represents an event when the host detaches the input path. | |
HostOnOutputPathAttached | Infrastructure. Represents an event when the host attaches the output path. | |
HostPostExecute | Infrastructure. Specifies the host after execution. | |
HostPreExecute | Infrastructure. Specifies the host before execution. | |
HostPrepareForExecute | Infrastructure. Prepares the host for execution. | |
HostPrimeOutput | Represents the host prime output. | |
HostProcessInput | Infrastructure. Represents the host prime input. | |
HostProvideComponentProperties | Infrastructure. Provides the component properties for the host. | |
HostReinitializeMetaData | Infrastructure. Reinitializes the host metadata. | |
HostReleaseConnections | Infrastructure. Releases the host connection. | |
HostSetComponentProperty | Infrastructure. Sets the host component property. | |
HostSetExternalMetadataColumnDataTypeProperties | Infrastructure. Sets the host external metadata column data type properties. | |
HostSetExternalMetadataColumnProperty | Infrastructure. Sets the host external metadata column property. | |
HostSetInputColumnProperty | Infrastructure. Sets the host input column property. | |
HostSetInputProperty | Infrastructure. Sets the host input property. | |
HostSetOutputColumnDataTypeProperties | Infrastructure. Sets the host output column data type properties. | |
HostSetOutputColumnProperty | Sets the host output column property. | |
HostSetOutputProperty | Infrastructure. Sets the host output property. | |
HostSetUsageType | Infrastructure. Sets the host usage type. | |
HostValidate | Infrastructure. Validates the host. | |
Instantiate | Infrastructure. Instantiates the IDTSManagedComponentHost100. |
Top