PipelineBuffer.GetDate(Int32) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
열에 PipelineBuffer 저장된 DateTime 값을 얻습니다.
public:
DateTime GetDate(int columnIndex);
public DateTime GetDate(int columnIndex);
member this.GetDate : int -> DateTime
Public Function GetDate (columnIndex As Integer) As DateTime
매개 변수
- columnIndex
- Int32
행 내 PipelineBuffer 열의 인덱스입니다.
반품
열에 PipelineBuffer 저장된 DateTime 값입니다.
설명
이 방법은 통합 서비스(Integration Services)의 데이터 타입과 함께 DT_DBDATE 작동합니다.
열의 값이 null이라면, PipelineBufferColumnIsNullException. 메서드를 IsNull 호출하면 null 값을 확인할 수 있습니다.
통합 서비스 데이터 타입의 전체 목록과 각 타입에 사용할 클래스의 PipelineBuffer 대응 Get 하는 메서드 및 Set 방법은 Data Flow에서 데이터 타입 작업 항목을 참조하세요.