Interface IDTSManagedComponentHost100
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Contains hosts for the IDTSManagedComponent100 objects.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxe
'Declaração
<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
O tipo IDTSManagedComponentHost100 expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
HostBufferManager | Infraestrutura. Sets the buffer manager instance of the host. | |
HostComponentMetaData | Infraestrutura. Sets the component metadata instance of the host. | |
HostEventInfos | Infraestrutura. Sets the event information instance of the host. | |
HostLogEntryInfos | Infraestrutura. Sets the log entry information instance of the host. | |
HostReferenceTracker | Sets the reference tracker instance of the host. | |
HostVariableDispenser | Infraestrutura. Sets the variable dispenser instance of the host. |
Início
Métodos
Nome | Descrição | |
---|---|---|
HostAcquireConnections | Infraestrutura. Acquires host connections. | |
HostCheckAndPerformUpgrade | Infraestrutura. Checks the host and performs upgrade. | |
HostCleanup | Infraestrutura. Performs a host cleanup. | |
HostDeleteExternalMetadataColumn | Infraestrutura. Deletes the host external metadata column. | |
HostDeleteInput | Infraestrutura. Deletes the input associated with t6he host. | |
HostDeleteOutput | Infraestrutura. Deletes output associated with the host. | |
HostDeleteOutputColumn | Infraestrutura. Deletes host output column. | |
HostDescribeRedirectedErrorCode | Infraestrutura. Describes the redirected error codes for the host. | |
HostInsertExternalMetadataColumnAt | Infraestrutura. Inserts host metadata column at specified index. | |
HostInsertInput | Infraestrutura. Inserts host input. | |
HostInsertOutput | Infraestrutura. Inserts host output. | |
HostInsertOutputColumnAt | Infraestrutura. Inserts host output column at specified index. | |
HostMapInputColumn | Infraestrutura. Locates the host input column. | |
HostMapOutputColumn | Infraestrutura. Locates the host output column. | |
HostOnDeletingInputColumn | Infraestrutura. Represents an event when the host deletes the input column. | |
HostOnInputPathAttached | Infraestrutura. Represents an event when host attaches the input path. | |
HostOnInputPathDetached | Infraestrutura. Represents an event when the host detaches the input path. | |
HostOnOutputPathAttached | Infraestrutura. Represents an event when the host attaches the output path. | |
HostPostExecute | Infraestrutura. Specifies the host after execution. | |
HostPreExecute | Infraestrutura. Specifies the host before execution. | |
HostPrepareForExecute | Infraestrutura. Prepares the host for execution. | |
HostPrimeOutput | Represents the host prime output. | |
HostProcessInput | Infraestrutura. Represents the host prime input. | |
HostProvideComponentProperties | Infraestrutura. Provides the component properties for the host. | |
HostReinitializeMetaData | Infraestrutura. Reinitializes the host metadata. | |
HostReleaseConnections | Infraestrutura. Releases the host connection. | |
HostSetComponentProperty | Infraestrutura. Sets the host component property. | |
HostSetExternalMetadataColumnDataTypeProperties | Infraestrutura. Sets the host external metadata column data type properties. | |
HostSetExternalMetadataColumnProperty | Infraestrutura. Sets the host external metadata column property. | |
HostSetInputColumnProperty | Infraestrutura. Sets the host input column property. | |
HostSetInputProperty | Infraestrutura. Sets the host input property. | |
HostSetOutputColumnDataTypeProperties | Infraestrutura. Sets the host output column data type properties. | |
HostSetOutputColumnProperty | Sets the host output column property. | |
HostSetOutputProperty | Infraestrutura. Sets the host output property. | |
HostSetUsageType | Infraestrutura. Sets the host usage type. | |
HostValidate | Infraestrutura. Validates the host. | |
Instantiate | Infraestrutura. Instantiates the IDTSManagedComponentHost100. |
Início