datatype
基本解释
- 数据类型
英汉例句
- ALTER TABLE table modify( col datatype[ default],...,....).
对默认值的修改只会影响到新插入的行。 - A lexical space is the set of valid literals for a datatype.
:词汇空间即对指定数据类型有效的字面值集合。 - Cannot change the base type, length, precision, scale, nullability, or collation of an existing User-defined datatype.
无法更改用户定义的现有数据类型的基本类型、长度、精度、小数位数、为空性或整理规则。 - Definition: From XML Schema[ XML Schema part2]: A lexical space is the set of valid literals for a datatype.
[定义:出自XML模式[ML模式第2部分]词汇空间即对指定数据类型有效的字面值集合。 - For a reference type, you use the New keyword to create a new instance of the class or structure specified by datatype.
对于引用类型,可使用New关键字来创建由datatype指定的类或结构的新实例。