ManagedComponentHost-Klasse

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

Diese API ist nicht CLS-kompatibel. 

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

Vererbungshierarchie

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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.