IDTSOutput100.Name プロパティ

定義

IDTSOutput100 の名前を取得します。値の設定も可能です。

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

プロパティ値

IDTSOutput100 の名前。

実装

属性

注釈

これは必須プロパティであり、指定しなかった場合、名前のない出力のコンポーネントを含むパッケージの読み込み時にデザイナーは失敗します。

適用対象