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