IDTSComponentMetaData100.Name プロパティ

定義

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(13)]
public string Name { [System.Runtime.InteropServices.DispId(13)] get; [System.Runtime.InteropServices.DispId(13)] set; }
[<System.Runtime.InteropServices.DispId(13)>]
[<get: System.Runtime.InteropServices.DispId(13)>]
[<set: System.Runtime.InteropServices.DispId(13)>]
member this.Name : string with get, set
Public Property Name As String

プロパティ値

コンポーネントの名前です。

実装

属性

注釈

コンポーネントは通常、 Name プロパティを設定しません。 このプロパティは必須であるため、プログラムでデータ フロー タスクにコンポーネントを追加した後、開発者はこのプロパティの値を割り当てる必要があります。

適用対象