PipelineComponentExt 클래스

정의

중요

이 API는 CLS 규격이 아닙니다.

public ref class PipelineComponentExt abstract : Microsoft::SqlServer::Dts::Pipeline::PipelineComponent
[System.CLSCompliant(false)]
public abstract class PipelineComponentExt : Microsoft.SqlServer.Dts.Pipeline.PipelineComponent
[<System.CLSCompliant(false)>]
type PipelineComponentExt = class
    inherit PipelineComponent
Public MustInherit Class PipelineComponentExt
Inherits PipelineComponent
상속
PipelineComponentExt
파생
특성

생성자

PipelineComponentExt()

속성

BufferManager

파이프라인 구성 요소의 IDTSBufferManager100을 가져옵니다.

(다음에서 상속됨 PipelineComponent)
ComponentMetaData

구성 요소에 대한 IDTSComponentMetaData100을 가져옵니다.

(다음에서 상속됨 PipelineComponent)
ErrorSupport

ErrorSupport 구성 요소가 네이티브 코드로 작성된 Integration Services 구성 요소에서 반환한 HRESULT를 기반으로 오류, 경고 또는 기타 정보 이벤트를 발생시키는 개체를 반환합니다.

(다음에서 상속됨 PipelineComponent)
EventInfos

IDTSEventInfos100 개체의 PipelineComponent 컬렉션을 가져옵니다.

(다음에서 상속됨 PipelineComponent)
LogEntryInfos

구성 요소에서 등록한 로깅 이벤트의 IDTSLogEntryInfos100 컬렉션을 가져옵니다.

(다음에서 상속됨 PipelineComponent)
ReferenceTracker

구성 요소와 연결된 IDTSObjectReferenceTracker100을 가져옵니다.

(다음에서 상속됨 PipelineComponent)
VariableDispenser

데이터 흐름 구성 요소의 IDTSVariableDispenser100을 가져옵니다.

(다음에서 상속됨 PipelineComponent)

메서드

AcquireConnections(Object)

연결 관리자에 대한 연결을 설정합니다.

(다음에서 상속됨 PipelineComponent)
AddErrorOutput(String, Int32, Int32)

개체를 IDTSOutput100 추가하고 속성을 true로 설정 IsErrorOut 하여 오류 출력으로 표시합니다.

(다음에서 상속됨 PipelineComponent)
Cleanup()

리소스를 해제하고 구성 요소 실행을 완료합니다.

(다음에서 상속됨 PipelineComponent)
ConvertDataRecordTypeToBufferType(Type)
CreateColumnInfoFromDtsType(String, DataType, DataRow)
CreateColumnsFromSchemaTable(DataTable, IDTSOutput100, IDTSOutput100)
CreateComponentProperty(String, String, Object, Boolean)

구성 요소에 새 속성 추가

CreateExternalMetadataColumn(IDTSExternalMetadataColumnCollection100, ColumnInformation)
CreateOutput(String)
CreateOutputColumn(IDTSOutput100, ColumnInformation)
CreateOutputColumns(IEnumerable<ColumnInformation>, IDTSOutput100)
DeleteExternalMetadataColumn(Int32, Int32)

외부 메타데이터 열의 컬렉션에서 지정된 인덱스 위치에 있는 외부 메타데이터 열을 삭제합니다.

(다음에서 상속됨 PipelineComponent)
DeleteInput(Int32)

IDTSInput100 컬렉션에서 IDTSInputCollection100 개체를 삭제합니다.

(다음에서 상속됨 PipelineComponent)
DeleteOutput(Int32)

IDTSOutput100 컬렉션에서 IDTSOutputCollection100 개체를 삭제합니다.

(다음에서 상속됨 PipelineComponent)
DeleteOutputColumn(Int32, Int32)

IDTSOutputColumn100 컬렉션에서 IDTSOutputColumnCollection100 개체를 삭제합니다.

(다음에서 상속됨 PipelineComponent)
DescribeRedirectedErrorCode(Int32)

출력 버퍼에 추가된 PipelineBuffer 행에 대한 오류 코드 정보를 제공합니다.

(다음에서 상속됨 PipelineComponent)
GetComponentVersion()
GetDependentInputs(Int32)

추가 데이터를 기다리고 있으며 따라서 지정한 입력을 차단하고 있는 입력의 입력 ID로 구성된 컬렉션을 반환합니다.

(다음에서 상속됨 PipelineComponent)
GetErrorOutputInfo(Int32, Int32)

구성 요소 오류 출력의 인덱스 및 ID를 반환합니다.

(다음에서 상속됨 PipelineComponent)
GetMetadataValuesFromRow(DataRow)
GetPropertyValue<T>(String)
Initialize()

파생 클래스에서 재정의되면 사용자 지정 데이터 흐름 구성 요소의 새 인스턴스를 초기화합니다.

(다음에서 상속됨 PipelineComponent)
InsertExternalMetadataColumnAt(Int32, Int32, String, String)

새 외부 메타데이터 열을 외부 메타데이터 열 컬렉션의 지정된 인덱스 위치에 삽입합니다.

(다음에서 상속됨 PipelineComponent)
InsertInput(DTSInsertPlacement, Int32)

IDTSInput100 개체를 IDTSInputCollection100에 추가합니다.

(다음에서 상속됨 PipelineComponent)
InsertOutput(DTSInsertPlacement, Int32)

IDTSOutput100 개체를 추가합니다.

(다음에서 상속됨 PipelineComponent)
InsertOutputColumnAt(Int32, Int32, String, String)

IDTSOutputColumn100 개체를 만들어 IDTSOutputColumnCollection100에 삽입합니다.

(다음에서 상속됨 PipelineComponent)
IsInputReady(Int32[], Boolean[])

구성 요소에 연결된 입력 중 추가 데이터를 기다리고 있으며 처리하기에 충분한 데이터가 있고 차단되어 있는 입력을 확인합니다.

(다음에서 상속됨 PipelineComponent)
MapInputColumn(Int32, Int32, Int32)

입력 열과 해당 외부 메타데이터 열 사이의 관계를 설정합니다.

(다음에서 상속됨 PipelineComponent)
MapOutputColumn(Int32, Int32, Int32, Boolean)

출력 열과 해당 외부 메타데이터 열 사이의 관계를 설정합니다.

(다음에서 상속됨 PipelineComponent)
OnDeletingInputColumn(Int32, Int32)

IDTSInputColumn100에서 IDTSInputColumnCollection100 개체를 삭제합니다.

(다음에서 상속됨 PipelineComponent)
OnInputPathAttached(Int32)

IDTSInput100 인터페이스를 통해 IDTSPath100 개체가 구성 요소에 연결될 때 호출됩니다.

(다음에서 상속됨 PipelineComponent)
OnInputPathDetached(Int32)

IDTSInput100 인터페이스를 통해 구성 요소에서 IDTSPath100 개체의 연결이 끊어질 때 호출됩니다.

(다음에서 상속됨 PipelineComponent)
OnOutputPathAttached(Int32)

구성 요소의 IDTSOutput100 개체가 다운스트림 구성 요소에 연결될 때 호출됩니다.

(다음에서 상속됨 PipelineComponent)
PerformDowngrade(Int32, DTSTargetServerVersion)

기본적으로 PerformDowngrade는 ComponentDowngradeFailedException을 throw해서는 안 됩니다. 런타임은 targetServerVersion을 통해서만 이 메서드를 호출할지 여부를 결정할 수 있기 때문입니다. 구성 요소 버전이 두 SSIS 버전 간에 변경되었는지 여부를 알 수 없으므로 구성 요소 버전을 확인할 수 없습니다. 반면, 메서드 PerformUpgrade는 패키지 xml의 구성 요소 버전이 호출되기 전에 현재 구성 요소 버전보다 작은지 확인합니다.

(다음에서 상속됨 PipelineComponent)
PerformUpgrade(Int32)

구성 요소 메타데이터를 로컬 컴퓨터에 설치된 구성 요소 버전으로 업그레이드합니다.

(다음에서 상속됨 PipelineComponent)
PostDiagnostic(String)
PostError(Exception)
PostError(Int32, Object[])
PostError(String, Object[])
PostExecute()

구성 요소 실행 끝과 Cleanup() 사이에서 호출됩니다.

(다음에서 상속됨 PipelineComponent)
PostWarning(String, Object[])
PreExecute()

PrepareForExecute() 이후와 PrimeOutput(Int32, Int32[], PipelineBuffer[])ProcessInput(Int32, PipelineBuffer) 이전에 호출됩니다.

(다음에서 상속됨 PipelineComponent)
PrepareForExecute()

PreExecute() 이전에서 호출됩니다.

(다음에서 상속됨 PipelineComponent)
PrimeOutput(Int32, Int32[], PipelineBuffer[])

비동기 출력을 포함하는 원본 구성 요소 및 변환 구성 요소에서 출력 버퍼에 행을 추가할 수 있도록 이러한 구성 요소에 대해 런타임에 호출됩니다.

(다음에서 상속됨 PipelineComponent)
ProcessInput(Int32, PipelineBuffer)

업스트림 구성 요소의 PipelineBuffer가 구성 요소에서 들어오는 행을 처리할 수 있도록 사용 가능할 때 런타임에 호출됩니다.

(다음에서 상속됨 PipelineComponent)
ProvideComponentProperties()

구성 요소의 ComponentMetaData를 초기화하기 위해 구성 요소가 먼저 데이터 흐름 태스크에 추가될 때 호출됩니다.

(다음에서 상속됨 PipelineComponent)
RegisterEvents()

사용자 지정 데이터 흐름 구성 요소를 개발할 때 이 메서드를 재정의하여 사용자 지정 이벤트를 만듭니다.

(다음에서 상속됨 PipelineComponent)
RegisterLogEntries()

구성 요소가 로깅할 이벤트를 등록합니다.

(다음에서 상속됨 PipelineComponent)
ReinitializeMetaData()

구성 요소에서 디자인 타임에 VS_NEEDSNEWMETADATA를 반환하는 유효성 검사 중 식별된 오류를 복구합니다.

(다음에서 상속됨 PipelineComponent)
ReleaseConnections()

AcquireConnections(Object)를 실행하는 동안 설정된 연결을 해제합니다. 디자인 타임과 런타임에 호출됩니다.

(다음에서 상속됨 PipelineComponent)
RemoveAllInputsOutputsAndCustomProperties()

구성 요소에서 각 IDTSInput100IDTSOutput100 개체를 삭제합니다.

(다음에서 상속됨 PipelineComponent)
SetComponentProperty(String, Object)

구성 요소의 IDTSCustomProperty100에 값을 할당합니다.

(다음에서 상속됨 PipelineComponent)
SetExternalMetadataColumnDataTypeProperties(Int32, Int32, DataType, Int32, Int32, Int32, Int32)

지정된 외부 메타데이터 열의 데이터 형식 속성을 설정합니다.

(다음에서 상속됨 PipelineComponent)
SetExternalMetadataColumnProperty(Int32, Int32, String, Object)

외부 메타데이터 열의 개별 속성을 설정합니다.

(다음에서 상속됨 PipelineComponent)
SetInputColumnProperty(Int32, Int32, String, Object)

IDTSCustomProperty100 개체의 IDTSInputColumn100에 값을 할당합니다.

(다음에서 상속됨 PipelineComponent)
SetInputProperty(Int32, String, Object)

IDTSCustomProperty100 개체의 IDTSInput100에 값을 할당합니다.

(다음에서 상속됨 PipelineComponent)
SetOutputColumnDataTypeProperties(Int32, Int32, DataType, Int32, Int32, Int32, Int32)

IDTSOutputColumn100 개체의 데이터 형식 속성을 설정합니다.

(다음에서 상속됨 PipelineComponent)
SetOutputColumnProperty(Int32, Int32, String, Object)

IDTSCustomProperty100 개체에 대한 IDTSOutputColumn100의 값을 설정합니다.

(다음에서 상속됨 PipelineComponent)
SetOutputProperty(Int32, String, Object)

IDTSCustomProperty100 개체에 대한 IDTSOutput100의 값을 설정합니다.

(다음에서 상속됨 PipelineComponent)
SetUsageType(Int32, IDTSVirtualInput100, Int32, DTSUsageType)

구성 요소의 IDTSInputColumn100IDTSInputColumnCollection100 개체를 만들고 해당 열의 UsageType 속성을 설정합니다.

(다음에서 상속됨 PipelineComponent)
Transfer(PipelineBuffer, IDataReader, Int32, MappedColumnInfo)
Validate()

구성 요소가 제대로 구성되었는지 확인합니다.

(다음에서 상속됨 PipelineComponent)
ValidateExternalMetadata(DataTable, IDTSOutput100)

적용 대상