Поделиться через


Свойство 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