PipelineBuffer.GetDecimal(Int32) 메서드

정의

열에 PipelineBuffer 저장된 소수점 값을 얻습니다.

public:
 System::Decimal GetDecimal(int columnIndex);
public decimal GetDecimal(int columnIndex);
member this.GetDecimal : int -> decimal
Public Function GetDecimal (columnIndex As Integer) As Decimal

매개 변수

columnIndex
Int32

행 내 PipelineBuffer 열의 인덱스입니다.

반품

행에 PipelineBuffer 저장된 소수점 값입니다.

설명

이 방법은 다음과 같은 통합 서비스 데이터 유형과 함께 작동합니다:

열의 값이 null PipelineBuffer 이면 .ColumnIsNullException 메서드를 IsNull 호출하면 null을 확인할 수 있습니다.

통합 서비스 데이터 타입의 전체 목록과 각 타입에 사용할 클래스의 PipelineBuffer 대응 Get 하는 메서드 및 Set 방법은 Data Flow에서 데이터 타입 작업 항목을 참조하세요.

적용 대상