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 | |
---|---|---|
DtsPipelineComponentAttribute() | Initializes a new instance of the DtsPipelineComponentAttribute class. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Attribute.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Attribute.) | |
GetType() | (Inherited from Object.) | |
IsDefaultAttribute() | (Inherited from Attribute.) | |
Match(Object) | (Inherited from Attribute.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
ComponentType | Identifies a component as a source, destination, or transformation. | |
CurrentVersion | Gets or sets the version of the component. | |
Description | Gets or sets the description of the DtsLocalizableAttribute. (Inherited from DtsLocalizableAttribute.) | |
DisplayName | Gets or sets the display name of the DtsLocalizableAttribute. (Inherited from DtsLocalizableAttribute.) | |
IconResource | Gets or sets the icon used to represent the component in the toolbox. | |
LocalizationType | Gets or sets the class that supplies values for the DtsLocalizableAttribute. (Inherited from DtsLocalizableAttribute.) | |
NoEditor | Gets or sets a value indicating whether the Advanced Properties editor is available for the component. | |
RequiredProductLevel | Gets or sets a value indicating the required SQL Server 2005 product level for the data flow component. | |
ShapeProgID | Gets or sets the designer shape of the component. | |
TypeId | (Inherited from Attribute.) | |
UITypeName | Gets or sets the qualified name of the assembly implementing the user interface of the component. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
_Attribute.GetIDsOfNames(Guid%, IntPtr, UInt32, UInt32, IntPtr) | (Inherited from Attribute.) | |
_Attribute.GetTypeInfo(UInt32, UInt32, IntPtr) | (Inherited from Attribute.) | |
_Attribute.GetTypeInfoCount(UInt32%) | (Inherited from Attribute.) | |
_Attribute.Invoke(UInt32, Guid%, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) | (Inherited from Attribute.) |
Top