IDTSVirtualInputColumn100.Length 속성

정의

public:
 property int Length { int get(); };
[System.Runtime.InteropServices.DispId(102)]
public int Length { [System.Runtime.InteropServices.DispId(102)] get; }
[<System.Runtime.InteropServices.DispId(102)>]
[<get: System.Runtime.InteropServices.DispId(102)>]
member this.Length : int
Public ReadOnly Property Length As Integer

속성 값

열의 길이입니다.

특성

설명

이 속성에 대한 수정 내용은 업스트림 열 또는 가상 열에 유지되지 않습니다. 가상 열에서 새 입력 열을 만들면 새 열의 길이 속성이 이 값과 일치합니다.

Length 속성은 다음 데이터 형식에 대해 설정됩니다.

  • DT_WSTR

  • DT_BYTES

  • DT_STR

  • DT_TEXT

다른 모든 데이터 형식의 경우 Length는 0입니다.

적용 대상