Partager via


ManagedComponentHost Class

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

This class is not CLS-compliant.

Espace de noms: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)

Syntaxe

'Déclaration
<GuidAttribute("A58AD05B-CE45-432e-8525-631FC5E91865")> _
<ProgIdAttribute("DTS.ManagedComponentHost")> _
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
Public NotInheritable Class ManagedComponentHost
    Implements IDTSManagedComponentHost90, IDTSManagedComponent90
[GuidAttribute("A58AD05B-CE45-432e-8525-631FC5E91865")] 
[ProgIdAttribute("DTS.ManagedComponentHost")] 
[CLSCompliantAttribute(false)] 
[ComVisibleAttribute(true)] 
public sealed class ManagedComponentHost : IDTSManagedComponentHost90, IDTSManagedComponent90
[GuidAttribute(L"A58AD05B-CE45-432e-8525-631FC5E91865")] 
[ProgIdAttribute(L"DTS.ManagedComponentHost")] 
[CLSCompliantAttribute(false)] 
[ComVisibleAttribute(true)] 
public ref class ManagedComponentHost sealed : IDTSManagedComponentHost90, IDTSManagedComponent90
/** @attribute GuidAttribute("A58AD05B-CE45-432e-8525-631FC5E91865") */ 
/** @attribute ProgIdAttribute("DTS.ManagedComponentHost") */ 
/** @attribute CLSCompliantAttribute(false) */ 
/** @attribute ComVisibleAttribute(true) */ 
public final class ManagedComponentHost implements IDTSManagedComponentHost90, IDTSManagedComponent90
GuidAttribute("A58AD05B-CE45-432e-8525-631FC5E91865") 
ProgIdAttribute("DTS.ManagedComponentHost") 
CLSCompliantAttribute(false) 
ComVisibleAttribute(true) 
public final class ManagedComponentHost implements IDTSManagedComponentHost90, IDTSManagedComponent90

Inheritance Hierarchy

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

Sécurité des threads

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

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

ManagedComponentHost Members
Microsoft.SqlServer.Dts.Pipeline Namespace