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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Dts.Pipeline 네임스페이스