SystemDataTypeLookupBase.Numeric Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Numeric() | |
Numeric(Int32) | |
Numeric(Int32, Int32) |
Numeric()
public Microsoft.SqlServer.Management.SqlParser.Metadata.ISystemDataType Numeric ();
member this.Numeric : unit -> Microsoft.SqlServer.Management.SqlParser.Metadata.ISystemDataType
Public Function Numeric () As ISystemDataType
Returns
Applies to
Numeric(Int32)
public Microsoft.SqlServer.Management.SqlParser.Metadata.ISystemDataType Numeric (int precision);
member this.Numeric : int -> Microsoft.SqlServer.Management.SqlParser.Metadata.ISystemDataType
Public Function Numeric (precision As Integer) As ISystemDataType
Parameters
- precision
- Int32
Returns
Applies to
Numeric(Int32, Int32)
public Microsoft.SqlServer.Management.SqlParser.Metadata.ISystemDataType Numeric (int precision, int scale);
member this.Numeric : int * int -> Microsoft.SqlServer.Management.SqlParser.Metadata.ISystemDataType
Public Function Numeric (precision As Integer, scale As Integer) As ISystemDataType
Parameters
- precision
- Int32
- scale
- Int32