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

속성 값

IDTSVirtualInputColumn100 열의 이름입니다.

구현

특성

설명

이 속성의 값에는 업스트림 열의 이름이 포함됩니다. 가상 입력 열에서 새 입력 열을 만들 때 기본적으로 가상 입력 열과 동일한 이름을 포함합니다.

적용 대상