DtsPipelineComponentAttribute.ComponentType 속성

정의

구성 요소를 소스, 목적지 또는 변환으로 식별합니다.

public:
 property Microsoft::SqlServer::Dts::Pipeline::ComponentType ComponentType { Microsoft::SqlServer::Dts::Pipeline::ComponentType get(); void set(Microsoft::SqlServer::Dts::Pipeline::ComponentType value); };
public Microsoft.SqlServer.Dts.Pipeline.ComponentType ComponentType { get; set; }
member this.ComponentType : Microsoft.SqlServer.Dts.Pipeline.ComponentType with get, set
Public Property ComponentType As ComponentType

속성 값

열거형의 ComponentType 값입니다.

설명

이 선택적 속성은 컴포넌트를 소스, 변환 또는 목적지 컴포넌트로 식별합니다. SSIS 디자이너는 이 속성을 사용하여 Data Flow Items Toolbox에서 구성 요소를 소스 컴포넌트, 그 다음 변환 컴포넌트, 마지막으로 목적지 컴포넌트로 위에서 아래로 그룹화합니다.

메모

Data Flow Items 툴박스에 새 컴포넌트를 추가하면, 사용 가능한 컴포넌트 목록 맨 아래에 나타납니다. 구성 요소를 ComponentType 재그룹화하려면 툴박스를 우클릭한 후 리셋을 클릭한 후 SQL Server Data Tools(SSDT)를 닫았다가 다시 엽니다.

적용 대상