NumericScale プロパティ
別名データ型の数値の小数点以下桁数を取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property NumericScale As Integer
Get
'使用
Dim instance As UserDefinedType
Dim value As Integer
value = instance.NumericScale
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int NumericScale { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int NumericScale {
int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member NumericScale : int
function get NumericScale () : int
プロパティ値
型: System. . :: . .Int32
別名データ型の数値の小数点以下桁数を示す Int32 値です。