SystemDataTypeLookupBase.Decimal 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
Decimal(Int32, Int32) | |
Decimal() | |
Decimal(Int32) |
Decimal(Int32, Int32)
public Microsoft.SqlServer.Management.SqlParser.Metadata.ISystemDataType Decimal (int precision, int scale);
member this.Decimal : int * int -> Microsoft.SqlServer.Management.SqlParser.Metadata.ISystemDataType
Public Function Decimal (precision As Integer, scale As Integer) As ISystemDataType
Parameters
- precision
- Int32
- scale
- Int32
Returns
Applies to
Decimal()
public Microsoft.SqlServer.Management.SqlParser.Metadata.ISystemDataType Decimal ();
member this.Decimal : unit -> Microsoft.SqlServer.Management.SqlParser.Metadata.ISystemDataType
Public Function Decimal () As ISystemDataType
Returns
Applies to
Decimal(Int32)
public Microsoft.SqlServer.Management.SqlParser.Metadata.ISystemDataType Decimal (int precision);
member this.Decimal : int -> Microsoft.SqlServer.Management.SqlParser.Metadata.ISystemDataType
Public Function Decimal (precision As Integer) As ISystemDataType
Parameters
- precision
- Int32