SystemDataTypeLookupBase.Decimal Metode

Definisi

Overload

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

Parameter

precision
Int32
scale
Int32

Mengembalikan

Berlaku untuk

Decimal()

public Microsoft.SqlServer.Management.SqlParser.Metadata.ISystemDataType Decimal();
member this.Decimal : unit -> Microsoft.SqlServer.Management.SqlParser.Metadata.ISystemDataType
Public Function Decimal () As ISystemDataType

Mengembalikan

Berlaku untuk

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

Parameter

precision
Int32

Mengembalikan

Berlaku untuk