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的名称。

实现

属性

注解

这是必备属性,如果未指定,设计者在加载包含未命名输出组件的包时会失败。

适用于