Compartir a través de


Clase ManagedComponentHost

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents the host for the DTS managed component.

Esta API no es compatible con CLS. 

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline
Ensamblado:  Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)

Sintaxis

'Declaración
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
<GuidAttribute("771D0BC6-001A-413C-B711-C3ABE59D7B35")> _
Public NotInheritable Class ManagedComponentHost _
    Implements IDTSManagedComponentHost100, IDTSManagedComponent100, IDTSSupportBackPressure100, IDTSMultiInputComponentHost100
'Uso
Dim instance As ManagedComponentHost
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
[GuidAttribute("771D0BC6-001A-413C-B711-C3ABE59D7B35")]
public sealed class ManagedComponentHost : IDTSManagedComponentHost100, 
    IDTSManagedComponent100, IDTSSupportBackPressure100, IDTSMultiInputComponentHost100
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
[GuidAttribute(L"771D0BC6-001A-413C-B711-C3ABE59D7B35")]
public ref class ManagedComponentHost sealed : IDTSManagedComponentHost100, 
    IDTSManagedComponent100, IDTSSupportBackPressure100, IDTSMultiInputComponentHost100
[<SealedAttribute>]
[<ComVisibleAttribute(true)>]
[<CLSCompliantAttribute(false)>]
[<GuidAttribute("771D0BC6-001A-413C-B711-C3ABE59D7B35")>]
type ManagedComponentHost =  
    class 
        interface IDTSManagedComponentHost100 
        interface IDTSManagedComponent100 
        interface IDTSSupportBackPressure100 
        interface IDTSMultiInputComponentHost100 
    end
public final class ManagedComponentHost implements IDTSManagedComponentHost100, IDTSManagedComponent100, IDTSSupportBackPressure100, IDTSMultiInputComponentHost100

El tipo ManagedComponentHost expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ManagedComponentHost Infraestructura. Initializes a new instance of the ManagedComponentHost class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública HostBufferManager Infraestructura. Sets the ManagedComponentHost buffer manager.
Propiedad pública HostComponentMetaData Infraestructura. Sets the ManagedComponentHost component metadata.
Propiedad pública HostEventInfos Infraestructura. Sets the ManagedComponentHost event information.
Propiedad pública HostLogEntryInfos Infraestructura. Sets the ManagedComponentHost log entry information.
Propiedad pública HostReferenceTracker Infraestructura. Sets the ManagedComponentHost reference tracker.
Propiedad pública HostVariableDispenser Infraestructura. Sets the ManagedComponentHost variable dispenser.
Propiedad pública InnerObject Infraestructura. Gets the inner object.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetSupport Infraestructura. Gets the support for the ManagedComponentHost.
Método público GetType (Se hereda de Object.)
Método público HostAcquireConnections Infraestructura. Acquires connection for the ManagedComponentHost.
Método público HostCanProcess Infraestructura. Specifies whether the managed component host can process.
Método público HostCheckAndPerformUpgrade Infraestructura. Checks the ManagedComponentHost and performs an upgrade.
Método público HostCleanup Infraestructura. Performs a host cleanup.
Método público HostDeleteExternalMetadataColumn Infraestructura. Deletes an external metadata column of the host.
Método público HostDeleteInput Infraestructura. Deletes the ManagedComponentHost input.
Método público HostDeleteOutput Infraestructura. Deletes the ManagedComponentHost output.
Método público HostDeleteOutputColumn Infraestructura. Deletes the component host output column.
Método público HostDescribeRedirectedErrorCode Infraestructura. Describes the redirected error code.
Método público HostGetDependencies Gets the component host dependencies.
Método público HostInsertExternalMetadataColumnAt Infraestructura. Inserts an external metadata at specified column.
Método público HostInsertInput Infraestructura. Inserts a component host input.
Método público HostInsertOutput Infraestructura. Inserts a component host output.
Método público HostInsertOutputColumnAt Infraestructura. Inserts an output column at the component host.
Método público HostMapInputColumn Infraestructura. Locates the input for the column of the host.
Método público HostMapOutputColumn Infraestructura. Locates the output for the column of the host.
Método público HostOnDeletingInputColumn Infraestructura. Specifies the host on deleting the input column.
Método público HostOnInputPathAttached Infraestructura. Specifies the host on attached input path.
Método público HostOnInputPathDetached Infraestructura. Specifies the host on detached input path.
Método público HostOnOutputPathAttached Infraestructura. Specifies the host on attached output path.
Método público HostPostExecute Infraestructura. Specifies the event after the host is executed.
Método público HostPreExecute Infraestructura. Specifies the event before the host is executed.
Método público HostPrepareForExecute Infraestructura. Prepares the host for execution.
Método público HostPrimeOutput Infraestructura. Specifies the host prime output.
Método público HostProcessInput Infraestructura. Specifies the host process input.
Método público HostProvideComponentProperties Infraestructura. Specifies the host provide component properties.
Método público HostReinitializeMetaData Infraestructura. Specifies the metadata for re-initialization of the host.
Método público HostReleaseConnections Infraestructura. Releases the host connection.
Método público HostSetComponentProperty Infraestructura. Sets the host component property.
Método público HostSetExternalMetadataColumnDataTypeProperties Infraestructura. Sets the external metadata column data type property of the host.
Método público HostSetExternalMetadataColumnProperty Infraestructura. Sets the external metadata column property of the host.
Método público HostSetInputColumnProperty Infraestructura. Sets the input column property of the host.
Método público HostSetInputProperty Infraestructura. Sets the input property of the host.
Método público HostSetOutputColumnDataTypeProperties Infraestructura. Sets the output column data type property of the host.
Método público HostSetOutputColumnProperty Infraestructura. Sets the output column property of the host.
Método público HostSetOutputProperty Infraestructura. Sets the output property of the host.
Método público HostSetUsageType Infraestructura. Sets the usage type of the host.
Método público HostValidate Infraestructura. Validates the host.
Método público Instantiate Infraestructura. Instantiates the host.
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline