DtsPipelineComponentAttribute Members

Include Protected Members
Include Inherited Members

Contains design-time information about a PipelineComponent object.

The DtsPipelineComponentAttribute type exposes the following members.

Constructors

  Name Description
Public method DtsPipelineComponentAttribute() Initializes a new instance of the DtsPipelineComponentAttribute class.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Attribute.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Attribute.)
Public method GetType() (Inherited from Object.)
Public method IsDefaultAttribute() (Inherited from Attribute.)
Public method Match(Object) (Inherited from Attribute.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property ComponentType Identifies a component as a source, destination, or transformation.
Public property CurrentVersion Gets or sets the version of the component.
Public property Description Gets or sets the description of the DtsLocalizableAttribute. (Inherited from DtsLocalizableAttribute.)
Public property DisplayName Gets or sets the display name of the DtsLocalizableAttribute. (Inherited from DtsLocalizableAttribute.)
Public property IconResource Gets or sets the icon used to represent the component in the toolbox.
Public property LocalizationType Gets or sets the class that supplies values for the DtsLocalizableAttribute. (Inherited from DtsLocalizableAttribute.)
Public property NoEditor Gets or sets a value indicating whether the Advanced Properties editor is available for the component.
Public property RequiredProductLevel Gets or sets a value indicating the required SQL Server 2005 product level for the data flow component.
Public property ShapeProgID Gets or sets the designer shape of the component.
Public property TypeId (Inherited from Attribute.)
Public property UITypeName Gets or sets the qualified name of the assembly implementing the user interface of the component.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method _Attribute.GetIDsOfNames(Guid%, IntPtr, UInt32, UInt32, IntPtr) (Inherited from Attribute.)
Explicit interface implemetationPrivate method _Attribute.GetTypeInfo(UInt32, UInt32, IntPtr) (Inherited from Attribute.)
Explicit interface implemetationPrivate method _Attribute.GetTypeInfoCount(UInt32%) (Inherited from Attribute.)
Explicit interface implemetationPrivate method _Attribute.Invoke(UInt32, Guid%, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) (Inherited from Attribute.)

Top