IDTSManagedComponentHost100 接口
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Contains hosts for the IDTSManagedComponent100 objects.
命名空间: Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集: Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)
语法
声明
<GuidAttribute("F015652A-5DBB-41B2-8BB6-AA9E8CB88791")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSManagedComponentHost100
用法
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
IDTSManagedComponentHost100 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
HostBufferManager | 基础结构。Sets the buffer manager instance of the host. | |
HostComponentMetaData | 基础结构。Sets the component metadata instance of the host. | |
HostEventInfos | 基础结构。Sets the event information instance of the host. | |
HostLogEntryInfos | 基础结构。Sets the log entry information instance of the host. | |
HostReferenceTracker | Sets the reference tracker instance of the host. | |
HostVariableDispenser | 基础结构。Sets the variable dispenser instance of the host. |
页首
方法
名称 | 说明 | |
---|---|---|
HostAcquireConnections | 基础结构。Acquires host connections. | |
HostCheckAndPerformUpgrade | 基础结构。Checks the host and performs upgrade. | |
HostCleanup | 基础结构。Performs a host cleanup. | |
HostDeleteExternalMetadataColumn | 基础结构。Deletes the host external metadata column. | |
HostDeleteInput | 基础结构。Deletes the input associated with t6he host. | |
HostDeleteOutput | 基础结构。Deletes output associated with the host. | |
HostDeleteOutputColumn | 基础结构。Deletes host output column. | |
HostDescribeRedirectedErrorCode | 基础结构。Describes the redirected error codes for the host. | |
HostInsertExternalMetadataColumnAt | 基础结构。Inserts host metadata column at specified index. | |
HostInsertInput | 基础结构。Inserts host input. | |
HostInsertOutput | 基础结构。Inserts host output. | |
HostInsertOutputColumnAt | 基础结构。Inserts host output column at specified index. | |
HostMapInputColumn | 基础结构。Locates the host input column. | |
HostMapOutputColumn | 基础结构。Locates the host output column. | |
HostOnDeletingInputColumn | 基础结构。Represents an event when the host deletes the input column. | |
HostOnInputPathAttached | 基础结构。Represents an event when host attaches the input path. | |
HostOnInputPathDetached | 基础结构。Represents an event when the host detaches the input path. | |
HostOnOutputPathAttached | 基础结构。Represents an event when the host attaches the output path. | |
HostPostExecute | 基础结构。Specifies the host after execution. | |
HostPreExecute | 基础结构。Specifies the host before execution. | |
HostPrepareForExecute | 基础结构。Prepares the host for execution. | |
HostPrimeOutput | Represents the host prime output. | |
HostProcessInput | 基础结构。Represents the host prime input. | |
HostProvideComponentProperties | 基础结构。Provides the component properties for the host. | |
HostReinitializeMetaData | 基础结构。Reinitializes the host metadata. | |
HostReleaseConnections | 基础结构。Releases the host connection. | |
HostSetComponentProperty | 基础结构。Sets the host component property. | |
HostSetExternalMetadataColumnDataTypeProperties | 基础结构。Sets the host external metadata column data type properties. | |
HostSetExternalMetadataColumnProperty | 基础结构。Sets the host external metadata column property. | |
HostSetInputColumnProperty | 基础结构。Sets the host input column property. | |
HostSetInputProperty | 基础结构。Sets the host input property. | |
HostSetOutputColumnDataTypeProperties | 基础结构。Sets the host output column data type properties. | |
HostSetOutputColumnProperty | Sets the host output column property. | |
HostSetOutputProperty | 基础结构。Sets the host output property. | |
HostSetUsageType | 基础结构。Sets the host usage type. | |
HostValidate | 基础结构。Validates the host. | |
Instantiate | 基础结构。Instantiates the IDTSManagedComponentHost100. |
页首