IDTSOutputColumn100.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입니다.

Integration Services 데이터 형식 및 해당 속성에 대한 자세한 내용은 Integration Services 데이터 형식을 참조하세요.

적용 대상