次の方法で共有


NumericPrecision プロパティ

別名データ型の数値有効桁数を取得します。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property NumericPrecision As Integer
    Get
'使用
Dim instance As UserDefinedType
Dim value As Integer

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

プロパティ値

型: System. . :: . .Int32
別名データ型の数値の有効桁数を示す Int32 値です。