Share via


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 개체의 이름입니다.

구현

특성

설명

경로 이름은 구성 요소 이름과 달리 고유해야 할 요구 사항이 없습니다.

적용 대상