datatype
基本解釋
- 數(shù)據(jù)類型
英漢例句
- ALTER TABLE table modify( col datatype[ default],...,....).
對(duì)默認(rèn)值的修改只會(huì)影響到新插入的行。 - A lexical space is the set of valid literals for a datatype.
:詞匯空間即對(duì)指定數(shù)據(jù)類型有效的字面值集合。 - Cannot change the base type, length, precision, scale, nullability, or collation of an existing User-defined datatype.
無法更改用戶定義的現(xiàn)有數(shù)據(jù)類型的基本類型、長(zhǎng)度、精度、小數(shù)位數(shù)、為空性或整理規(guī)則。 - Definition: From XML Schema[ XML Schema part2]: A lexical space is the set of valid literals for a datatype.
[定義:出自XML模式[ML模式第2部分]詞匯空間即對(duì)指定數(shù)據(jù)類型有效的字面值集合。 - For a reference type, you use the New keyword to create a new instance of the class or structure specified by datatype.
對(duì)于引用類型,可使用New關(guān)鍵字來創(chuàng)建由datatype指定的類或結(jié)構(gòu)的新實(shí)例。