次の方法で共有


IServerInformation.MaxPrecision プロパティ

decimal および numeric を含む (浮動小数点ではなく) 真数値データ型に使用できる最大の小数点以下有効桁数を取得します。

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

構文

'宣言
<DisplayDescriptionKeyAttribute("Server_MaxPrecisionDesc")> _
<DisplayNameKeyAttribute("Server_MaxPrecisionName")> _
ReadOnly Property MaxPrecision As Byte 
    Get
'使用
Dim instance As IServerInformation 
Dim value As Byte 

value = instance.MaxPrecision
[DisplayDescriptionKeyAttribute("Server_MaxPrecisionDesc")]
[DisplayNameKeyAttribute("Server_MaxPrecisionName")]
byte MaxPrecision { get; }
[DisplayDescriptionKeyAttribute(L"Server_MaxPrecisionDesc")]
[DisplayNameKeyAttribute(L"Server_MaxPrecisionName")]
property unsigned char MaxPrecision {
    unsigned char get ();
}
[<DisplayDescriptionKeyAttribute("Server_MaxPrecisionDesc")>]
[<DisplayNameKeyAttribute("Server_MaxPrecisionName")>]
abstract MaxPrecision : byte
function get MaxPrecision () : byte

プロパティ値

型: System.Byte
decimal および numeric を含む (浮動小数点ではなく) 真数値データ型に使用できる最大の小数点以下有効桁数です。

関連項目

参照

IServerInformation インターフェイス

Microsoft.SqlServer.Management.Smo 名前空間