IDTSVirtualInputColumn100.NewDescription 속성

정의

새로 생성된 IDTSInputColumn100 열의 설명을 얻거나 설정합니다.

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

속성 값

새로 생성된 입력 열에 할당된 설명을 포함하는 문자열입니다.

특성

설명

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

적용 대상