PipelineComponentExt 클래스

정의

Important

이 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
파생
특성

생성자

Name Description
PipelineComponentExt()

속성

Name Description
BufferManager

파이프라인 구성 요소를 얻 IDTSBufferManager100 습니다.

(다음에서 상속됨 PipelineComponent)
ComponentMetaData

컴포넌트에 대해 얻 IDTSComponentMetaData100 습니다.

(다음에서 상속됨 PipelineComponent)
ErrorSupport

통합 서비스 컴포넌트가 네이티브 코드로 작성한 HRESULT를 기반으로 오류, 경고 또는 기타 정보 이벤트를 생성할 수 있는 객체를 ErrorSupport 반환합니다.

(다음에서 상속됨 PipelineComponent)
EventInfos

객체 수집 PipelineComponentIDTSEventInfos100 받아.

(다음에서 상속됨 PipelineComponent)
LogEntryInfos

컴포넌트가 등록한 로그 이벤트 모음을 IDTSLogEntryInfos100 받습니다.

(다음에서 상속됨 PipelineComponent)
ReferenceTracker

부품과 연관된 것을 IDTSObjectReferenceTracker100 얻습니다.

(다음에서 상속됨 PipelineComponent)
VariableDispenser

데이터 흐름 구성 요소의 를 IDTSVariableDispenser100 얻습니다.

(다음에서 상속됨 PipelineComponent)

메서드

Name Description
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)

인터페이스를 통해 IDTSPath100 객체가 IDTSInput100 컴포넌트에서 분리될 때 호출됩니다.

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

컴포넌트의 객체가 IDTSOutput100 하위 컴포넌트에 부착될 때 호출됩니다.

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

기본적으로 PerformDowngrade는 ComponentDowngradeFailedException을 던지지 않아야 하는데, 런타임은 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)

런타임에 상위 컴포넌트에서 a PipelineBuffer 가 컴포넌트에 접근 가능할 때 호출하여 컴포넌트가 들어오는 행을 처리할 수 있도록 합니다.

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

컴포넌트가 데이터 플로우 태스크에 처음 추가될 때 호출되어 컴포넌트의 초 ComponentMetaData 기화를 수행합니다.

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

커스텀 데이터 플로우 컴포넌트를 개발할 때는 이 메서드를 오버라이드하여 커스텀 이벤트를 생성합니다.

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

컴포넌트가 기록할 이벤트를 등록합니다.

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

검증 과정에서 발견되어 설계 시점에 부품이 반환 VS_NEEDSNEWMETADATA 되는 오류를 수리합니다.

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

. 동안 생성된 AcquireConnections(Object)연결을 해제합니다. 설계 시점과 실행 시점에 호출되었습니다.

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

IDTSInput100 객체와 IDTSOutput100 객체를 컴포넌트에서 삭제합니다.

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

컴포넌트의 a 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)

객체에 대한 IDTSOutput100 값 a IDTSCustomProperty100 를 설정합니다.

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

컴포넌트의 객체를 생성 IDTSInputColumn100 하고 열의 속성을 설정합니다IDTSInputColumnCollection100.UsageType

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

구성 요소가 올바르게 구성되었는지 확인합니다.

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

적용 대상