Decimal メソッド
指定された型を表すオブジェクトを返します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Shared Function Decimal ( _
scale As Integer, _
precision As Integer _
) As DataType
'使用
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
パラメーター
- scale
型: System. . :: . .Int32
小数点以下桁数を示す Int32 値です。
- precision
型: System. . :: . .Int32
有効桁数を示す Int32 値です。
戻り値
型: Microsoft.SqlServer.Management.Smo. . :: . .DataType
DataType 値オブジェクトです。