IDTSCustomProperty100.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

属性值

IDTSCustomProperty100 对象的名称。

实现

属性

注解

Name 属性标识 IDTSCustomProperty100 SSIS 设计器中,还用于访问集合中的 IDTSCustomPropertyCollection100 属性。

适用于