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

屬性值

String

元件的名稱。

實作

屬性

備註

元件通常不會設定其 Name 屬性。 這個屬性是必要的,因此在以程式設計方式將元件加入至資料流程工作之後,開發人員必須指派這個屬性的值。

適用於