DtsPipelineComponentAttribute 클래스

정의

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
상속
DtsPipelineComponentAttribute
특성

예제

다음 예제에서는 이 특성을 구현하는 관리되는 데이터 흐름 구성 요소를 보여 줍니다.

[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 디자이너가 개체를 표시하고 상호 작용하는 방법을 제어하는 속성을 통해 정보를 제공합니다.

생성자

DtsPipelineComponentAttribute()

DtsPipelineComponentAttribute 클래스의 새 인스턴스를 초기화합니다.

속성

ComponentType

구성 요소를 원본, 대상 또는 변환으로 식별합니다.

CurrentVersion

구성 요소의 버전을 가져오거나 설정합니다.

Description

DtsLocalizableAttribute에 대한 설명을 가져오거나 설정합니다.

(다음에서 상속됨 DtsLocalizableAttribute)
DisplayName

DtsLocalizableAttribute의 표시 이름을 가져오거나 설정합니다.

(다음에서 상속됨 DtsLocalizableAttribute)
HelpCollection

도움말을 검색할 도움말 컬렉션을 가져오거나 설정합니다.

HelpKeyword

구성 요소와 연결된 도움말 키워드를 가져오거나 설정합니다.

IconResource

도구 상자의 구성 요소를 나타내는 데 사용되는 아이콘을 가져오거나 설정합니다.

LocalizationType

DtsLocalizableAttribute에 대한 값을 제공하는 클래스를 가져오거나 설정합니다.

(다음에서 상속됨 DtsLocalizableAttribute)
NoEditor

구성 요소에 대해 고급 속성 편집기를 사용할 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

RequiredProductLevel

데이터 흐름 구성 요소에 필요한 SQL Server 2005 제품 수준을 나타내는 값을 가져오거나 설정합니다.

SamplesTag

구성 요소에서 샘플 태그를 가져오거나 설정합니다.

ShapeProgID

구성 요소의 디자이너 셰이프를 가져오거나 설정합니다.

SupportsBackPressure

구성 요소를 둘 이상의 입력을 지원하며, 입력에서 데이터가 생성되는 속도가 균일하지 않을 경우 과도한 메모리 사용을 처리하기 위한 선택적 메서드를 구현하는 구성 요소로 식별합니다.

UITypeName

구성 요소의 사용자 인터페이스를 구현하는 어셈블리의 정규화된 이름을 가져오거나 설정합니다.

적용 대상