IDTSPath100.Name 属性

定义

获取或设置 IDTSPath100 对象的字符串标识符。

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

属性值

IDTSPath100 对象的名称。

实现

属性

注解

路径名称与组件名称不同,不需要唯一。

适用于