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

屬性值

String

IDTSOutput100 的名稱。

實作

屬性

備註

這是必要的屬性,如果未指定,設計工具會在載入包含具有未命名輸出之元件的封裝時失敗。

適用於