ManagedComponentHost Class

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

This API is not CLS-compliant. 

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost

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

Syntax

'Declaration
<ComVisibleAttribute(True)> _
<GuidAttribute("C8739393-34EA-4822-B2E8-1E7994F09E37")> _
<CLSCompliantAttribute(False)> _
Public NotInheritable Class ManagedComponentHost _
    Implements IDTSManagedComponentHost100, IDTSManagedComponent100
'Usage
Dim instance As ManagedComponentHost
[ComVisibleAttribute(true)]
[GuidAttribute("C8739393-34EA-4822-B2E8-1E7994F09E37")]
[CLSCompliantAttribute(false)]
public sealed class ManagedComponentHost : IDTSManagedComponentHost100, 
    IDTSManagedComponent100
[ComVisibleAttribute(true)]
[GuidAttribute(L"C8739393-34EA-4822-B2E8-1E7994F09E37")]
[CLSCompliantAttribute(false)]
public ref class ManagedComponentHost sealed : IDTSManagedComponentHost100, 
    IDTSManagedComponent100
[<SealedAttribute>]
[<ComVisibleAttribute(true)>]
[<GuidAttribute("C8739393-34EA-4822-B2E8-1E7994F09E37")>]
[<CLSCompliantAttribute(false)>]
type ManagedComponentHost =  
    class
        interface IDTSManagedComponentHost100
        interface IDTSManagedComponent100
    end
public final class ManagedComponentHost implements IDTSManagedComponentHost100, IDTSManagedComponent100

The ManagedComponentHost type exposes the following members.

Constructors

  Name Description
Public method ManagedComponentHost Infrastructure.

Top

Properties

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

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
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 Infrastructure.
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 Infrastructure.
Public method HostSetOutputProperty Infrastructure.
Public method HostSetUsageType Infrastructure.
Public method HostValidate Infrastructure.
Public method Instantiate Infrastructure.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.