ManagedComponentHost 類別
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Represents the host for the DTS managed component.
此 API 不符合 CLS 標準。
繼承階層
System.Object
Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost
命名空間: Microsoft.SqlServer.Dts.Pipeline
組件: Microsoft.SqlServer.PipelineHost (在 Microsoft.SqlServer.PipelineHost.dll 中)
語法
'宣告
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
<GuidAttribute("771D0BC6-001A-413C-B711-C3ABE59D7B35")> _
Public NotInheritable Class ManagedComponentHost _
Implements IDTSManagedComponentHost100, IDTSManagedComponent100, IDTSSupportBackPressure100, IDTSMultiInputComponentHost100
'用途
Dim instance As ManagedComponentHost
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
[GuidAttribute("771D0BC6-001A-413C-B711-C3ABE59D7B35")]
public sealed class ManagedComponentHost : IDTSManagedComponentHost100,
IDTSManagedComponent100, IDTSSupportBackPressure100, IDTSMultiInputComponentHost100
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
[GuidAttribute(L"771D0BC6-001A-413C-B711-C3ABE59D7B35")]
public ref class ManagedComponentHost sealed : IDTSManagedComponentHost100,
IDTSManagedComponent100, IDTSSupportBackPressure100, IDTSMultiInputComponentHost100
[<SealedAttribute>]
[<ComVisibleAttribute(true)>]
[<CLSCompliantAttribute(false)>]
[<GuidAttribute("771D0BC6-001A-413C-B711-C3ABE59D7B35")>]
type ManagedComponentHost =
class
interface IDTSManagedComponentHost100
interface IDTSManagedComponent100
interface IDTSSupportBackPressure100
interface IDTSMultiInputComponentHost100
end
public final class ManagedComponentHost implements IDTSManagedComponentHost100, IDTSManagedComponent100, IDTSSupportBackPressure100, IDTSMultiInputComponentHost100
ManagedComponentHost 型別公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
ManagedComponentHost | 基礎結構。Initializes a new instance of the ManagedComponentHost class. |
上層
屬性
名稱 | 說明 | |
---|---|---|
HostBufferManager | 基礎結構。Sets the ManagedComponentHost buffer manager. | |
HostComponentMetaData | 基礎結構。Sets the ManagedComponentHost component metadata. | |
HostEventInfos | 基礎結構。Sets the ManagedComponentHost event information. | |
HostLogEntryInfos | 基礎結構。Sets the ManagedComponentHost log entry information. | |
HostReferenceTracker | 基礎結構。Sets the ManagedComponentHost reference tracker. | |
HostVariableDispenser | 基礎結構。Sets the ManagedComponentHost variable dispenser. | |
InnerObject | 基礎結構。Gets the inner object. |
上層
方法
名稱 | 說明 | |
---|---|---|
Equals | (繼承自 Object。) | |
GetHashCode | (繼承自 Object。) | |
GetSupport | 基礎結構。Gets the support for the ManagedComponentHost. | |
GetType | (繼承自 Object。) | |
HostAcquireConnections | 基礎結構。Acquires connection for the ManagedComponentHost. | |
HostCanProcess | 基礎結構。Specifies whether the managed component host can process. | |
HostCheckAndPerformUpgrade | 基礎結構。Checks the ManagedComponentHost and performs an upgrade. | |
HostCleanup | 基礎結構。Performs a host cleanup. | |
HostDeleteExternalMetadataColumn | 基礎結構。Deletes an external metadata column of the host. | |
HostDeleteInput | 基礎結構。Deletes the ManagedComponentHost input. | |
HostDeleteOutput | 基礎結構。Deletes the ManagedComponentHost output. | |
HostDeleteOutputColumn | 基礎結構。Deletes the component host output column. | |
HostDescribeRedirectedErrorCode | 基礎結構。Describes the redirected error code. | |
HostGetDependencies | Gets the component host dependencies. | |
HostInsertExternalMetadataColumnAt | 基礎結構。Inserts an external metadata at specified column. | |
HostInsertInput | 基礎結構。Inserts a component host input. | |
HostInsertOutput | 基礎結構。Inserts a component host output. | |
HostInsertOutputColumnAt | 基礎結構。Inserts an output column at the component host. | |
HostMapInputColumn | 基礎結構。Locates the input for the column of the host. | |
HostMapOutputColumn | 基礎結構。Locates the output for the column of the host. | |
HostOnDeletingInputColumn | 基礎結構。Specifies the host on deleting the input column. | |
HostOnInputPathAttached | 基礎結構。Specifies the host on attached input path. | |
HostOnInputPathDetached | 基礎結構。Specifies the host on detached input path. | |
HostOnOutputPathAttached | 基礎結構。Specifies the host on attached output path. | |
HostPostExecute | 基礎結構。Specifies the event after the host is executed. | |
HostPreExecute | 基礎結構。Specifies the event before the host is executed. | |
HostPrepareForExecute | 基礎結構。Prepares the host for execution. | |
HostPrimeOutput | 基礎結構。Specifies the host prime output. | |
HostProcessInput | 基礎結構。Specifies the host process input. | |
HostProvideComponentProperties | 基礎結構。Specifies the host provide component properties. | |
HostReinitializeMetaData | 基礎結構。Specifies the metadata for re-initialization of the host. | |
HostReleaseConnections | 基礎結構。Releases the host connection. | |
HostSetComponentProperty | 基礎結構。Sets the host component property. | |
HostSetExternalMetadataColumnDataTypeProperties | 基礎結構。Sets the external metadata column data type property of the host. | |
HostSetExternalMetadataColumnProperty | 基礎結構。Sets the external metadata column property of the host. | |
HostSetInputColumnProperty | 基礎結構。Sets the input column property of the host. | |
HostSetInputProperty | 基礎結構。Sets the input property of the host. | |
HostSetOutputColumnDataTypeProperties | 基礎結構。Sets the output column data type property of the host. | |
HostSetOutputColumnProperty | 基礎結構。Sets the output column property of the host. | |
HostSetOutputProperty | 基礎結構。Sets the output property of the host. | |
HostSetUsageType | 基礎結構。Sets the usage type of the host. | |
HostValidate | 基礎結構。Validates the host. | |
Instantiate | 基礎結構。Instantiates the host. | |
ToString | (繼承自 Object。) |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。