DbColumn.NumericPrecision 속성

정의

열 데이터의 숫자 전체 자릿수를 가져옵니다. 그렇지 않으면 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)입니다.

적용 대상