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 命名空间