Propriedade do RDL NumericPrecision
Gets the numeric precision of the data type.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
ReadOnly Property NumericPrecision As Integer
Get
'Uso
Dim instance As ISystemDataType
Dim value As Integer
value = instance.NumericPrecision
int NumericPrecision { get; }
property int NumericPrecision {
int get ();
}
abstract NumericPrecision : int
function get NumericPrecision () : int
Valor da propriedade
Tipo: System. . :: . .Int32
The numeric precision of the data type.
Consulte também