次の方法で共有


NumericScale プロパティ

別名データ型の数値の小数点以下桁数を取得します。

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

構文

'宣言
<SfcPropertyAttribute> _
Public ReadOnly Property NumericScale As Integer
    Get
'使用
Dim instance As UserDefinedType
Dim value As Integer

value = instance.NumericScale
[SfcPropertyAttribute]
public int NumericScale { get; }
[SfcPropertyAttribute]
public:
property int NumericScale {
    int get ();
}
[<SfcPropertyAttribute>]
member NumericScale : int
function get NumericScale () : int

プロパティ値

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