다음을 통해 공유


FlatFileColumn.DataPrecision 속성

정의

숫자 데이터 형식으로 정의된 열의 총 자릿수를 가져오거나 설정합니다.

public:
 property int DataPrecision { int get(); void set(int value); };
public int DataPrecision { get; set; }
member this.DataPrecision : int with get, set
Public Property DataPrecision As Integer

속성 값

숫자 데이터 형식의 총 자릿수를 정의하는 정수입니다.

설명

전체 자릿수는 숫자의 모든 자릿수이고 예를 들어 123.45의 전체 자릿수는 5이고 소수 자릿수는 2입니다.

적용 대상