Interfaccia IDTSManagedComponentHost100

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

Contains hosts for the IDTSManagedComponent100 objects.

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

Sintassi

'Dichiarazione
<GuidAttribute("F015652A-5DBB-41B2-8BB6-AA9E8CB88791")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSManagedComponentHost100
'Utilizzo
Dim instance As IDTSManagedComponentHost100
[GuidAttribute("F015652A-5DBB-41B2-8BB6-AA9E8CB88791")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IDTSManagedComponentHost100
[GuidAttribute(L"F015652A-5DBB-41B2-8BB6-AA9E8CB88791")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDTSManagedComponentHost100
[<GuidAttribute("F015652A-5DBB-41B2-8BB6-AA9E8CB88791")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IDTSManagedComponentHost100 =  interface end
public interface IDTSManagedComponentHost100

Nel tipo IDTSManagedComponentHost100 sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica HostBufferManager Infrastruttura. Sets the buffer manager instance of the host.
Proprietà pubblica HostComponentMetaData Infrastruttura. Sets the component metadata instance of the host.
Proprietà pubblica HostEventInfos Infrastruttura. Sets the event information instance of the host.
Proprietà pubblica HostLogEntryInfos Infrastruttura. Sets the log entry information instance of the host.
Proprietà pubblica HostReferenceTracker Sets the reference tracker instance of the host.
Proprietà pubblica HostVariableDispenser Infrastruttura. Sets the variable dispenser instance of the host.

In alto

Metodi

  Nome Descrizione
Metodo pubblico HostAcquireConnections Infrastruttura. Acquires host connections.
Metodo pubblico HostCheckAndPerformUpgrade Infrastruttura. Checks the host and performs upgrade.
Metodo pubblico HostCleanup Infrastruttura. Performs a host cleanup.
Metodo pubblico HostDeleteExternalMetadataColumn Infrastruttura. Deletes the host external metadata column.
Metodo pubblico HostDeleteInput Infrastruttura. Deletes the input associated with t6he host.
Metodo pubblico HostDeleteOutput Infrastruttura. Deletes output associated with the host.
Metodo pubblico HostDeleteOutputColumn Infrastruttura. Deletes host output column.
Metodo pubblico HostDescribeRedirectedErrorCode Infrastruttura. Describes the redirected error codes for the host.
Metodo pubblico HostInsertExternalMetadataColumnAt Infrastruttura. Inserts host metadata column at specified index.
Metodo pubblico HostInsertInput Infrastruttura. Inserts host input.
Metodo pubblico HostInsertOutput Infrastruttura. Inserts host output.
Metodo pubblico HostInsertOutputColumnAt Infrastruttura. Inserts host output column at specified index.
Metodo pubblico HostMapInputColumn Infrastruttura. Locates the host input column.
Metodo pubblico HostMapOutputColumn Infrastruttura. Locates the host output column.
Metodo pubblico HostOnDeletingInputColumn Infrastruttura. Represents an event when the host deletes the input column.
Metodo pubblico HostOnInputPathAttached Infrastruttura. Represents an event when host attaches the input path.
Metodo pubblico HostOnInputPathDetached Infrastruttura. Represents an event when the host detaches the input path.
Metodo pubblico HostOnOutputPathAttached Infrastruttura. Represents an event when the host attaches the output path.
Metodo pubblico HostPostExecute Infrastruttura. Specifies the host after execution.
Metodo pubblico HostPreExecute Infrastruttura. Specifies the host before execution.
Metodo pubblico HostPrepareForExecute Infrastruttura. Prepares the host for execution.
Metodo pubblico HostPrimeOutput Represents the host prime output.
Metodo pubblico HostProcessInput Infrastruttura. Represents the host prime input.
Metodo pubblico HostProvideComponentProperties Infrastruttura. Provides the component properties for the host.
Metodo pubblico HostReinitializeMetaData Infrastruttura. Reinitializes the host metadata.
Metodo pubblico HostReleaseConnections Infrastruttura. Releases the host connection.
Metodo pubblico HostSetComponentProperty Infrastruttura. Sets the host component property.
Metodo pubblico HostSetExternalMetadataColumnDataTypeProperties Infrastruttura. Sets the host external metadata column data type properties.
Metodo pubblico HostSetExternalMetadataColumnProperty Infrastruttura. Sets the host external metadata column property.
Metodo pubblico HostSetInputColumnProperty Infrastruttura. Sets the host input column property.
Metodo pubblico HostSetInputProperty Infrastruttura. Sets the host input property.
Metodo pubblico HostSetOutputColumnDataTypeProperties Infrastruttura. Sets the host output column data type properties.
Metodo pubblico HostSetOutputColumnProperty Sets the host output column property.
Metodo pubblico HostSetOutputProperty Infrastruttura. Sets the host output property.
Metodo pubblico HostSetUsageType Infrastruttura. Sets the host usage type.
Metodo pubblico HostValidate Infrastruttura. Validates the host.
Metodo pubblico Instantiate Infrastruttura. Instantiates the IDTSManagedComponentHost100.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper