DtsPipelineComponentAttribute.ShapeProgID Property

Definition

Gets or sets the designer shape of the component.

public:
 property System::String ^ ShapeProgID { System::String ^ get(); void set(System::String ^ value); };
public string ShapeProgID { get; set; }
member this.ShapeProgID : string with get, set
Public Property ShapeProgID As String

Property Value

The PROGID of the object that implements the shape for the component.

Remarks

This optional property specifies the shape that is displayed when the component is added to the design surface of the data flow task.

Applies to