NumericScale プロパティ

データ型の数値の小数点以下桁数を取得または設定します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Property NumericScale As Integer
    Get
    Set
'使用
Dim instance As DataType
Dim value As Integer

value = instance.NumericScale

instance.NumericScale = value
public int NumericScale { get; set; }
public:
property int NumericScale {
    int get ();
    void set (int value);
}
member NumericScale : int with get, set
function get NumericScale () : int
function set NumericScale (value : int)

プロパティ値

型: System. . :: . .Int32
データ型の数値の小数点以下桁数を示す Int32 値です。