Expand Minimize
This topic has not yet been rated - Rate this topic

Server.MaxPrecision Property

SQL Server 2012

Gets the MaxPrecision property value.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property MaxPrecision As Byte 
	Get
'Usage
Dim instance As Server 
Dim value As Byte 

value = instance.MaxPrecision

Property Value

Type: System.Byte
The MaxPrecision property value.

Implements

IServerInformation.MaxPrecision
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.