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