DbColumn.NumericPrecision 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
열 데이터의 숫자 전체 자릿수를 가져옵니다. 그렇지 않으면 null 값이 설정되지 않은 경우 열 데이터의 null 숫자 전체 자릿수를 지정하거나 파생 클래스에서 재정의되는 경우 값을 설정할 int32 수 있습니다.
public: property Nullable<int> NumericPrecision { public:
Nullable<int> get(); protected:
void set(Nullable<int> value); };
public int? NumericPrecision { get; protected set; }
member this.NumericPrecision : Nullable<int> with get, set
Public Property NumericPrecision As Nullable(Of Integer)
속성 값
데이터가 숫자인 경우 열 데이터의 전체 자릿수를 지정하는 int32 값입니다. 그렇지 않으면 값이 설정되지 않은 경우 null 참조(Visual Basic Nothing)입니다.