Compartir a través de


Interfaz IDTSManagedComponentHost100

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

Contains hosts for the IDTSManagedComponent100 objects.

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

Sintaxis

'Declaración
<GuidAttribute("F015652A-5DBB-41B2-8BB6-AA9E8CB88791")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSManagedComponentHost100
'Uso
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

El tipo IDTSManagedComponentHost100 expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública HostBufferManager Infraestructura. Sets the buffer manager instance of the host.
Propiedad pública HostComponentMetaData Infraestructura. Sets the component metadata instance of the host.
Propiedad pública HostEventInfos Infraestructura. Sets the event information instance of the host.
Propiedad pública HostLogEntryInfos Infraestructura. Sets the log entry information instance of the host.
Propiedad pública HostReferenceTracker Sets the reference tracker instance of the host.
Propiedad pública HostVariableDispenser Infraestructura. Sets the variable dispenser instance of the host.

Arriba

Métodos

  Nombre Descripción
Método público HostAcquireConnections Infraestructura. Acquires host connections.
Método público HostCheckAndPerformUpgrade Infraestructura. Checks the host and performs upgrade.
Método público HostCleanup Infraestructura. Performs a host cleanup.
Método público HostDeleteExternalMetadataColumn Infraestructura. Deletes the host external metadata column.
Método público HostDeleteInput Infraestructura. Deletes the input associated with t6he host.
Método público HostDeleteOutput Infraestructura. Deletes output associated with the host.
Método público HostDeleteOutputColumn Infraestructura. Deletes host output column.
Método público HostDescribeRedirectedErrorCode Infraestructura. Describes the redirected error codes for the host.
Método público HostInsertExternalMetadataColumnAt Infraestructura. Inserts host metadata column at specified index.
Método público HostInsertInput Infraestructura. Inserts host input.
Método público HostInsertOutput Infraestructura. Inserts host output.
Método público HostInsertOutputColumnAt Infraestructura. Inserts host output column at specified index.
Método público HostMapInputColumn Infraestructura. Locates the host input column.
Método público HostMapOutputColumn Infraestructura. Locates the host output column.
Método público HostOnDeletingInputColumn Infraestructura. Represents an event when the host deletes the input column.
Método público HostOnInputPathAttached Infraestructura. Represents an event when host attaches the input path.
Método público HostOnInputPathDetached Infraestructura. Represents an event when the host detaches the input path.
Método público HostOnOutputPathAttached Infraestructura. Represents an event when the host attaches the output path.
Método público HostPostExecute Infraestructura. Specifies the host after execution.
Método público HostPreExecute Infraestructura. Specifies the host before execution.
Método público HostPrepareForExecute Infraestructura. Prepares the host for execution.
Método público HostPrimeOutput Represents the host prime output.
Método público HostProcessInput Infraestructura. Represents the host prime input.
Método público HostProvideComponentProperties Infraestructura. Provides the component properties for the host.
Método público HostReinitializeMetaData Infraestructura. Reinitializes the host metadata.
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 host external metadata column data type properties.
Método público HostSetExternalMetadataColumnProperty Infraestructura. Sets the host external metadata column property.
Método público HostSetInputColumnProperty Infraestructura. Sets the host input column property.
Método público HostSetInputProperty Infraestructura. Sets the host input property.
Método público HostSetOutputColumnDataTypeProperties Infraestructura. Sets the host output column data type properties.
Método público HostSetOutputColumnProperty Sets the host output column property.
Método público HostSetOutputProperty Infraestructura. Sets the host output property.
Método público HostSetUsageType Infraestructura. Sets the host usage type.
Método público HostValidate Infraestructura. Validates the host.
Método público Instantiate Infraestructura. Instantiates the IDTSManagedComponentHost100.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper