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