共用方式為


DtsPipelineComponentAttribute.ShapeProgID 屬性

Gets or sets the designer shape of the component.

命名空間:  Microsoft.SqlServer.Dts.Pipeline
組件:  Microsoft.SqlServer.PipelineHost (在 Microsoft.SqlServer.PipelineHost.dll 中)

語法

'宣告
Public Property ShapeProgID As String 
    Get 
    Set
'用途
Dim instance As DtsPipelineComponentAttribute 
Dim value As String 

value = instance.ShapeProgID

instance.ShapeProgID = value
public string ShapeProgID { get; set; }
public:
property String^ ShapeProgID {
    String^ get ();
    void set (String^ value);
}
member ShapeProgID : string with get, set
function get ShapeProgID () : String 
function set ShapeProgID (value : String)

屬性值

型別:System.String
The PROGID of the object that implements the shape for the component.

備註

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

請參閱

參考

DtsPipelineComponentAttribute 類別

Microsoft.SqlServer.Dts.Pipeline 命名空間