IDTSManagedComponentHost100 Interface

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

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("DA6CE6DE-C67C-4B89-A1D7-E65678297C68")> _
Public Interface IDTSManagedComponentHost100
'Usage
Dim instance As IDTSManagedComponentHost100
[InterfaceTypeAttribute()]
[GuidAttribute("DA6CE6DE-C67C-4B89-A1D7-E65678297C68")]
public interface IDTSManagedComponentHost100
[InterfaceTypeAttribute()]
[GuidAttribute(L"DA6CE6DE-C67C-4B89-A1D7-E65678297C68")]
public interface class IDTSManagedComponentHost100
[<InterfaceTypeAttribute()>]
[<GuidAttribute("DA6CE6DE-C67C-4B89-A1D7-E65678297C68")>]
type IDTSManagedComponentHost100 =  interface end
public interface IDTSManagedComponentHost100

The IDTSManagedComponentHost100 type exposes the following members.

Properties

  Name Description
Public property HostBufferManager Infrastructure.
Public property HostComponentMetaData Infrastructure.
Public property HostEventInfos Infrastructure.
Public property HostLogEntryInfos Infrastructure.
Public property HostReferenceTracker
Public property HostVariableDispenser Infrastructure.

Top

Methods

  Name Description
Public method HostAcquireConnections Infrastructure.
Public method HostCheckAndPerformUpgrade Infrastructure.
Public method HostCleanup Infrastructure.
Public method HostDeleteExternalMetadataColumn Infrastructure.
Public method HostDeleteInput Infrastructure.
Public method HostDeleteOutput Infrastructure.
Public method HostDeleteOutputColumn Infrastructure.
Public method HostDescribeRedirectedErrorCode Infrastructure.
Public method HostInsertExternalMetadataColumnAt Infrastructure.
Public method HostInsertInput Infrastructure.
Public method HostInsertOutput Infrastructure.
Public method HostInsertOutputColumnAt Infrastructure.
Public method HostMapInputColumn Infrastructure.
Public method HostMapOutputColumn Infrastructure.
Public method HostOnDeletingInputColumn Infrastructure.
Public method HostOnInputPathAttached Infrastructure.
Public method HostOnInputPathDetached Infrastructure.
Public method HostOnOutputPathAttached Infrastructure.
Public method HostPostExecute Infrastructure.
Public method HostPreExecute Infrastructure.
Public method HostPrepareForExecute Infrastructure.
Public method HostPrimeOutput
Public method HostProcessInput Infrastructure.
Public method HostProvideComponentProperties Infrastructure.
Public method HostReinitializeMetaData Infrastructure.
Public method HostReleaseConnections Infrastructure.
Public method HostSetComponentProperty Infrastructure.
Public method HostSetExternalMetadataColumnDataTypeProperties Infrastructure.
Public method HostSetExternalMetadataColumnProperty Infrastructure.
Public method HostSetInputColumnProperty Infrastructure.
Public method HostSetInputProperty Infrastructure.
Public method HostSetOutputColumnDataTypeProperties Infrastructure.
Public method HostSetOutputColumnProperty
Public method HostSetOutputProperty Infrastructure.
Public method HostSetUsageType Infrastructure.
Public method HostValidate Infrastructure.
Public method Instantiate Infrastructure.

Top