IServerInformation.MaxPrecision 속성

Gets the greatest decimal precision available for exact numeric data types (not floating point), including decimal and 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
The greatest decimal precision available for exact numeric data types (not floating point), including decimal and numeric.

참고 항목

참조

IServerInformation 인터페이스

Microsoft.SqlServer.Management.Smo 네임스페이스