DataType.Numeric(Int32, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建 SqlDataType.Numeric 类型的数据类型
public static Microsoft.SqlServer.Management.Smo.DataType Numeric(int scale, int precision);
static member Numeric : int * int -> Microsoft.SqlServer.Management.Smo.DataType
Public Shared Function Numeric (scale As Integer, precision As Integer) As DataType
参数
- scale
- Int32
- precision
- Int32