Compartilhar via


Propriedade MaxPrecision

Gets the MaxPrecision property value.

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

Sintaxe

'Declaração
<SfcPropertyAttribute> _
Public ReadOnly Property MaxPrecision As Byte
    Get
'Uso
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

Valor da propriedade

Tipo: System. . :: . .Byte
Byte

Implementa

IServerInformation. . :: . .MaxPrecision