IDTSVirtualInputColumn100.NewName 속성

정의

새로 생성된 IDTSInputColumn100 열의 이름을 받거나 설정합니다.

public:
 property System::String ^ NewName { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(113)]
public string NewName { [System.Runtime.InteropServices.DispId(113)] get; [System.Runtime.InteropServices.DispId(113)] set; }
[<System.Runtime.InteropServices.DispId(113)>]
[<get: System.Runtime.InteropServices.DispId(113)>]
[<set: System.Runtime.InteropServices.DispId(113)>]
member this.NewName : string with get, set
Public Property NewName As String

속성 값

새로 생성된 입력 열에 할당된 이름입니다.

특성

설명

이 속성은 새 입력 열이 생성될 때 SetUsageType 새로 생성된 입력 열에 할당된 이름을 포함합니다. 새 열이 생성되지 않았다면 설정할 수 없습니다.

적용 대상