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 속성을 설정하지 않습니다. 이 속성은 필수이므로 프로그래밍 방식으로 데이터 흐름 작업에 구성 요소를 추가한 후 개발자는 이 속성에 대한 값을 할당해야 합니다.

적용 대상