Classe ManagedComponentHost

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Represents the host for the DTS managed component.

Questa API non è conforme a CLS. 

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)

Sintassi

'Dichiarazione
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
<GuidAttribute("771D0BC6-001A-413C-B711-C3ABE59D7B35")> _
Public NotInheritable Class ManagedComponentHost _
    Implements IDTSManagedComponentHost100, IDTSManagedComponent100, IDTSSupportBackPressure100, IDTSMultiInputComponentHost100
'Utilizzo
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

Nel tipo ManagedComponentHost sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ManagedComponentHost Infrastruttura. Initializes a new instance of the ManagedComponentHost class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica HostBufferManager Infrastruttura. Sets the ManagedComponentHost buffer manager.
Proprietà pubblica HostComponentMetaData Infrastruttura. Sets the ManagedComponentHost component metadata.
Proprietà pubblica HostEventInfos Infrastruttura. Sets the ManagedComponentHost event information.
Proprietà pubblica HostLogEntryInfos Infrastruttura. Sets the ManagedComponentHost log entry information.
Proprietà pubblica HostReferenceTracker Infrastruttura. Sets the ManagedComponentHost reference tracker.
Proprietà pubblica HostVariableDispenser Infrastruttura. Sets the ManagedComponentHost variable dispenser.
Proprietà pubblica InnerObject Infrastruttura. Gets the inner object.

In alto

Metodi

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

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline