다음을 통해 공유


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 네임스페이스