Share via


DataType.Decimal Method

Returns an object that represents the specified type.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Shared Function Decimal ( _
    scale As Integer, _
    precision As Integer _
) As DataType
'Usage
Dim scale As Integer
Dim precision As Integer
Dim returnValue As DataType

returnValue = DataType.Decimal(scale, _
    precision)
public static DataType Decimal(
    int scale,
    int precision
)
public:
static DataType^ Decimal(
    int scale, 
    int precision
)
static member Decimal : 
        scale:int * 
        precision:int -> DataType 
public static function Decimal(
    scale : int, 
    precision : int
) : DataType

Parameters

Return Value

Type: Microsoft.SqlServer.Management.Smo.DataType
A DataType value object.