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 데이터 형식을 참조하세요.

적용 대상