IDTSOutputColumn100.Length 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 데이터 형식을 참조하세요.