ManagedComponentHost Class

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

This API is not CLS-compliant. 

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

Inheritance Hierarchy

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

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.