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 | |
---|---|---|
HostBufferManager | Infraestructura. Sets the buffer manager instance of the host. | |
HostComponentMetaData | Infraestructura. Sets the component metadata instance of the host. | |
HostEventInfos | Infraestructura. Sets the event information instance of the host. | |
HostLogEntryInfos | Infraestructura. Sets the log entry information instance of the host. | |
HostReferenceTracker | Sets the reference tracker instance of the host. | |
HostVariableDispenser | Infraestructura. Sets the variable dispenser instance of the host. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
HostAcquireConnections | Infraestructura. Acquires host connections. | |
HostCheckAndPerformUpgrade | Infraestructura. Checks the host and performs upgrade. | |
HostCleanup | Infraestructura. Performs a host cleanup. | |
HostDeleteExternalMetadataColumn | Infraestructura. Deletes the host external metadata column. | |
HostDeleteInput | Infraestructura. Deletes the input associated with t6he host. | |
HostDeleteOutput | Infraestructura. Deletes output associated with the host. | |
HostDeleteOutputColumn | Infraestructura. Deletes host output column. | |
HostDescribeRedirectedErrorCode | Infraestructura. Describes the redirected error codes for the host. | |
HostInsertExternalMetadataColumnAt | Infraestructura. Inserts host metadata column at specified index. | |
HostInsertInput | Infraestructura. Inserts host input. | |
HostInsertOutput | Infraestructura. Inserts host output. | |
HostInsertOutputColumnAt | Infraestructura. Inserts host output column at specified index. | |
HostMapInputColumn | Infraestructura. Locates the host input column. | |
HostMapOutputColumn | Infraestructura. Locates the host output column. | |
HostOnDeletingInputColumn | Infraestructura. Represents an event when the host deletes the input column. | |
HostOnInputPathAttached | Infraestructura. Represents an event when host attaches the input path. | |
HostOnInputPathDetached | Infraestructura. Represents an event when the host detaches the input path. | |
HostOnOutputPathAttached | Infraestructura. Represents an event when the host attaches the output path. | |
HostPostExecute | Infraestructura. Specifies the host after execution. | |
HostPreExecute | Infraestructura. Specifies the host before execution. | |
HostPrepareForExecute | Infraestructura. Prepares the host for execution. | |
HostPrimeOutput | Represents the host prime output. | |
HostProcessInput | Infraestructura. Represents the host prime input. | |
HostProvideComponentProperties | Infraestructura. Provides the component properties for the host. | |
HostReinitializeMetaData | Infraestructura. Reinitializes the host metadata. | |
HostReleaseConnections | Infraestructura. Releases the host connection. | |
HostSetComponentProperty | Infraestructura. Sets the host component property. | |
HostSetExternalMetadataColumnDataTypeProperties | Infraestructura. Sets the host external metadata column data type properties. | |
HostSetExternalMetadataColumnProperty | Infraestructura. Sets the host external metadata column property. | |
HostSetInputColumnProperty | Infraestructura. Sets the host input column property. | |
HostSetInputProperty | Infraestructura. Sets the host input property. | |
HostSetOutputColumnDataTypeProperties | Infraestructura. Sets the host output column data type properties. | |
HostSetOutputColumnProperty | Sets the host output column property. | |
HostSetOutputProperty | Infraestructura. Sets the host output property. | |
HostSetUsageType | Infraestructura. Sets the host usage type. | |
HostValidate | Infraestructura. Validates the host. | |
Instantiate | Infraestructura. Instantiates the IDTSManagedComponentHost100. |
Arriba