DbColumn.NumericPrecision 속성

정의

열 데이터의 전체 자릿수를 가져옵니다. 값이 설정되어 있지 않은 경우 null입니다. 열 데이터의 전체 자릿수를 지정하기 위해 int32 값으로 설정하거나, 파생 클래스에서 재정의된 경우 null로 설정할 수 있습니다.

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 참조(NothingVisual Basic의 경우)입니다.

적용 대상