Compartilhar via


Propriedade do RDL Server.MaxPrecision

Gets the MaxPrecision property value.

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

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property MaxPrecision As Byte 
    Get
'Uso
Dim instance As Server 
Dim value As Byte 

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

Valor da propriedade

Tipo: System.Byte
The MaxPrecision property value.

Implementa

IServerInformation.MaxPrecision

Consulte também

Referência

Server Classe

Namespace Microsoft.SqlServer.Management.Smo