DtsPipelineComponentAttribute.ShapeProgID Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.