DtsPipelineComponentAttribute.ShapeProgID プロパティ
コンポーネントのデザイナー図形を取得します。値の設定も可能です。
名前空間: 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
コンポーネントの図形を実装するオブジェクトの PROGID です。
説明
このオプションのプロパティは、コンポーネントがデータ フロー タスクのデザイン画面に追加されたときに表示される図形を指定します。