SystemDataTypeLookupBase.Decimal Méthode

Définition

Surcharges

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

Paramètres

precision
Int32
scale
Int32

Retours

S’applique à

Decimal()

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

Retours

S’applique à

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

Paramètres

precision
Int32

Retours

S’applique à