ShapeProgID 속성
Gets or sets the designer shape of the component.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline
어셈블리: Microsoft.SqlServer.PipelineHost.dll의 Microsoft.SqlServer.PipelineHost
구문
‘선언
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.