Server.MaxPrecision Property

Gets the MaxPrecision property value.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute> _
Public ReadOnly Property MaxPrecision As Byte
    Get
'Usage
Dim instance As Server
Dim value As Byte

value = instance.MaxPrecision
[SfcPropertyAttribute]
public byte MaxPrecision { get; }
[SfcPropertyAttribute]
public:
virtual property unsigned char MaxPrecision {
    unsigned char get () sealed;
}
[<SfcPropertyAttribute>]
abstract MaxPrecision : byte
[<SfcPropertyAttribute>]
override MaxPrecision : byte
final function get MaxPrecision () : byte

Property Value

Type: System.Byte
Byte

Implements

IServerInformation.MaxPrecision