Column.NumericScale 속성
지정된 열의 소수 자릿수를 가져오거나 설정합니다.
네임스페이스: Microsoft.SqlServerCe.Management.Scripting.Schema
어셈블리: Microsoft.SqlServerCe.Management.Scripting(Microsoft.SqlServerCe.Management.Scripting.dll)
구문
‘선언
Public Property NumericScale As Integer
Get
Friend Set
‘사용 방법
Dim instance As Column
Dim value As Integer
value = instance.NumericScale
public int NumericScale { get; internal set; }
public:
property int NumericScale {
int get ();
internal: void set (int value);
}
member NumericScale : int with get, internal set
function get NumericScale () : int
internal function set NumericScale (value : int)
속성 값
유형: System.Int32
지정된 열의 소수 자릿수입니다.