共用方式為


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.

上層

請參閱

參考

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空間