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 属性。 此属性是必需的,因此,在以编程方式将组件添加到数据流任务后,开发人员必须为此属性分配值。

适用于