您要查找的是不是:
- integer data type operation 整数数据类型操作
- Covers integer data type updates. 介绍整数数据类型的更新。
- Maximum length in bytes of a character or integer data type column. 字符或整数数据类型的列的最大长度(字节)。
- Use an integer data type for the first column of the clustered index. 对聚集索引的第一列使用整数数据类型。
- The integer data type is used to specify a numeric value without a fractional component. 整数数据类型用于指定没有小数部分的数值。
- For example, an index is ideal for columns that have an integer data type and are also unique or nonnull columns. 例如,某个索引对于含有整数数据类型同时还是唯一的或非空的列是理想索引。
- The second declaration is the Const statement, which declares the constant limit, specifying the Integer data type and a value of 33. 第二个声明是Const语句,该语句声明常数limit,并且指定Integer数据类型和值33。
- Since a char can store small positive numbers and since the character data type is a sub-range of the unsigned integer data type, C! 由于一个字元可以储存小正数而且由于字元资料型别是无号整数资料型别的子范围,C!
- Similarly, if a column with the DT_CY data type can meet the package data requirements by using an integer data type instead, you can change the data type to DT_I4. 同样,如果数据类型为DT_CY的列改用整数数据类型可以满足包数据要求,则可以将数据类型更改为DT_I4。
- The following example uses the Asc function to return Integer Data Type (Visual Basic) character codes corresponding to the first letter in each string. 下面的示例使用Asc函数返回与每个字符串的第一个字母相对应的Integer数据类型(Visual Basic)字符代码。
- Is any valid expression of any one of the data types of the integer data type category, the bit, or the binary or varbinary data types. 整数数据类型类别中的任何一种数据类型、bit、binary或varbinary数据类型的任何有效的表达式。
- When you convert to money from integer data types, units are assumed to be in monetary units. 如果将整型数据类型转换为money,则假设采用货币单位。
- This problem is a very subtle one, and is even more difficult to detect when you use enumerated data types or other defined data types that evaluate to a signed integer data type. 这个问题是一个非常微妙的,更是难以察觉当您使用所列举的资料型别或其他定义的资料型别,评估一个符号整数资料型别。
- If you use the Visual Basic 6 Upgrade Wizard to convert your code, your integer data types will be adjusted for you by the wizard. 如果使用Visual Basic 6升级向导转换代码,则整数数据类型将由该向导为您调整。
- The integer data types are the only ones that can be used with the IDENTITY property, which is an automatically incrementing number. 整数数据类型是可与IDENTITY属性一起使用的唯一类型,该属性是一个可以自动增加的数字。
- If you do not need the full range of the Integer data type, you can use the Short data type, which can hold integers from -32,768 through 32,767. 如果不需要全面的Integer数据类型,可以使用Short数据类型,它包含从-32,768到32,767的整数。
- Is it has integer and char or float data type? 有整型,字符,浮点这样的数据类型吗?
- A structured collection of data objects, forming a data type. 多个数据对象的结构化汇集,以形成一种数据类型。
- Numeric expression of a data type that widens to Integer. 数据类型扩展到Integer的数字表达式。
- The result data type of an integer operation depends on the data types of the operands. 整型运算的结果数据类型取决于操作数的数据类型。