Propriedade do RDL NumericScale
Gets the numeric scale 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 NumericScale As Integer
Get
'Uso
Dim instance As ISystemDataType
Dim value As Integer
value = instance.NumericScale
int NumericScale { get; }
property int NumericScale {
int get ();
}
abstract NumericScale : int
function get NumericScale () : int
Valor da propriedade
Tipo: System. . :: . .Int32
The numeric scale of the data type.
Consulte também