DtsPipelineComponentAttribute 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
객체에 대한 PipelineComponent 설계 시 정보를 포함합니다.
public ref class DtsPipelineComponentAttribute : Microsoft::SqlServer::Dts::Pipeline::Localization::DtsLocalizableAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)]
public class DtsPipelineComponentAttribute : Microsoft.SqlServer.Dts.Pipeline.Localization.DtsLocalizableAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)>]
type DtsPipelineComponentAttribute = class
inherit DtsLocalizableAttribute
Public Class DtsPipelineComponentAttribute
Inherits DtsLocalizableAttribute
- 상속
- 특성
예제
다음 예시는 이 속성을 구현하는 관리 데이터 흐름 구성 요소를 보여줍니다.
[DtsPipelineComponent(DisplayName="MyComponent", ComponentType=ComponentType.Transform)]
public class MyComponent: PipelineComponent
{}
DtsPipelineComponent(DisplayName="MyComponent", ComponentType=ComponentType.Transform)> _
Public Class MyComponent
Inherits PipelineComponent
End Class
설명
이 속성은 에서 PipelineComponent파생된 관리 데이터 흐름 구성 요소에 적용됩니다. 속성은 클래스를 관리되는 데이터 흐름 구성 요소로 식별하고, 그 속성을 통해 SSIS 디자이너가 객체를 어떻게 표시하고 상호작용하는지 제어하는 정보를 제공합니다.
생성자
| Name | Description |
|---|---|
| DtsPipelineComponentAttribute() |
DtsPipelineComponentAttribute 클래스의 새 인스턴스를 초기화합니다. |
속성
| Name | Description |
|---|---|
| ComponentType |
구성 요소를 소스, 목적지 또는 변환으로 식별합니다. |
| CurrentVersion |
컴포넌트의 버전을 받거나 설정합니다. |
| Description |
의 기술 DtsLocalizableAttribute력을 얻거나 설정합니다. (다음에서 상속됨 DtsLocalizableAttribute) |
| DisplayName |
의 표시 이름을 DtsLocalizableAttribute가져오거나 설정합니다. (다음에서 상속됨 DtsLocalizableAttribute) |
| HelpCollection |
도움을 받거나 설정하여 도움을 받을 수 있도록 합니다. |
| HelpKeyword |
구성 요소와 관련된 도움말 키워드를 얻거나 설정합니다. |
| IconResource |
툴박스 내 컴포넌트를 나타내는 아이콘을 받거나 설정합니다. |
| LocalizationType |
에 대한 값을 DtsLocalizableAttribute제공하는 클래스를 얻거나 설정합니다. (다음에서 상속됨 DtsLocalizableAttribute) |
| NoEditor |
컴포넌트에 대해 고급 속성 편집기가 사용 가능한지 여부를 나타내는 값을 받거나 설정합니다. |
| RequiredProductLevel |
데이터 흐름 구성 요소에 필요한 SQL Server 2005 제품 수준을 나타내는 값을 받거나 설정합니다. |
| SamplesTag |
컴포넌트에서 샘플 태그를 받거나 설정합니다. |
| ShapeProgID |
컴포넌트의 디자이너 형태를 얻거나 설정합니다. |
| SupportsBackPressure |
구성 요소를 하나 이상의 입력을 지원하는 것으로 식별하고, 입력이 불균등한 속도로 데이터를 생성할 경우 과도한 메모리 사용량을 처리하는 선택적 방법을 구현합니다. |
| UITypeName |
컴포넌트의 사용자 인터페이스를 구현하는 어셈블리의 자격을 갖추거나 지정합니다. |