单词 | data type |
释义 | 例句释义: 数据类型,字段数据类型,字段资料类型,存储数据类型 1. Create a variable to hold the results of the calculation, and give it a data type of Single. 创建一个变量来保存计算结果,并给予它Single数据类型。 msdn2.microsoft.com 2. An important consideration with a type conversion is whether the result of the conversion is within the range of the destination data type. 进行类型转换时的一个重要注意事项是转换的结果是否在目标数据类型的范围内。 technet.microsoft.com 3. It is often useful to rotate the order that OBJ files are sent to the linker to discover the location of the other version of the data type. 颠倒OBJ文件发送到链接器的顺序以发现其他版本的数据类型的位置经常是有用的。 msdn2.microsoft.com 4. At this point the compiler the data type of the variable distribution of a certain size of memory space. 此时编译器根据变量的数据类型分配一定大小的内存空间。 www.dgmini.com 5. If a default has not been bound to a column or to an alias data type, it can just be dropped using DROP DEFAULT. 如果默认值没有绑定到列或别名数据类型,只需使用DROPDEFAULT即可将其删除。 msdn2.microsoft.com 6. These attributes are qualified by name, data type, implied default values, and the name of any elements that permit their use. 这些属性通过名称、数据类型、暗示的默认值以及允许使用这些属性的任何元素的名称进行限定。 msdn2.microsoft.com 7. An Object variable can refer to any object your application recognizes, or to data of any data type. Object变量可以引用您的应用程序识别的任何对象或任何数据类型的数据。 msdn2.microsoft.com 8. You declare and use an array of a reference type just as you would declare and use an array of any data type. 声明和使用引用类型的数组与声明和使用任何数据类型的数组并无不同。 msdn2.microsoft.com 9. narrowing conversion changes a value to a data type that might not be able to hold some of the possible values. 而“收缩转换”将值更改为可能无法具有某些可能值的数据类型。 technet.microsoft.com 10. The number of columns in a table or view, together with the name, data type, scale, and precision of each column. 表或视图中的列数以及每一列的名称、数据类型、小数位数和精度。 msdn2.microsoft.com 1. If you do not specify any constraints, the only operations and members your code can use are those supported by the Object Data Type. 如果未指定任何约束,则代码只能使用Object数据类型支持的那些运算和成员。 msdn2.microsoft.com 2. The result data type is not always large enough to hold all possible values resulting from the operation. 结果数据类型并不总是大得足以容纳运算产生的所有可能的值。 msdn2.microsoft.com 3. As far as language implementation is concerned, the current C language standard allows the "long long" data type to be at least 64 bits. 在语言实现方面,目前的C语言标准要求“longlong”数据类型至少是64位的。 www.ibm.com 4. The ROW data type can be equated to a table definition: It defines multiple columns that are grouped together into a tuple. ROW数据类型可以等同于一个表定义:它定义可以组成一个元组的多个列。 www.ibm.com 5. To create Java Beans to handle the serialization and deserialization of a data-type bean's wire format, referred to as format handler. 为了创建JavaBean来处理数据类型bean有线格式的序列化和反序列化,也称为格式处理器。 www.ibm.com 6. With a bit of extra syntax, you can data type your variables for this. 增加一些语法,即可为此确定您的变量的数据类型。 www.ibm.com 7. Metadata for external columns includes such information as the name, data type, and length of the source column. 外部列的元数据包含诸如源列的名称、数据类型和长度等信息。 msdn2.microsoft.com 8. SQL Anywhere or UltraLite fractional seconds cannot be preserved when using an Oracle DATE data type which has no fractional seconds. 使用没有小数秒的OracleDATE数据类型时,将不会保留SQLAnywhere或UltraLite小数秒。 www.ianywhere.com 9. To drop a rule, first unbind it if the rule is currently bound to a column or to an alias data type. 如果规则当前绑定到列或别名数据类型,则需先解除绑定才能删除该规则。 technet.microsoft.com 10. This enables you to combine a test for a data type with a test for a range or specific value into a single validation control. 这样,您就可以使用单个验证控件既测试数据类型又测试取值范围或特定值。 msdn2.microsoft.com 1. Width The length of a string column, the precision of numeric columns or the number of bytes of storage for any other data type. width字符串列的长度、数值列的精度或任何其它数据类型的存储字节数。 www.ianywhere.com 2. You can assign a custom data generator that has no filter attributes to any SQL data type. 您可以将没有筛选属性的自订资料产生器指派给任何SQL资料型别。 technet.microsoft.com 3. You can create as many joins as you want, but each pair of joined fields must be of the same or compatible data type. 您可以创建任意数量的联接,但是每对联接的字段的数据类型必须相同或兼容。 office.microsoft.com 4. The value you assign to a variable, property, or array element must be of a data type appropriate to that destination element. 分配给变量、属性或数组元素的值必须是适合于该目标元素的数据类型。 msdn2.microsoft.com 5. When a default is created, use sp_bindefault to bind it to a column or to an alias data type. 创建默认值时,请使用sp_bindefault将其绑定到列或别名数据类型。 technet.microsoft.com 6. To get data for the element, remember to test the data type of each HSSFCell, so you know which getter method to use. 要得到元素数据,请记住测试每个HSSFCell的数据类型,以便知道使用哪个getter方法。 www.ibm.com 7. A definition of a class, structure, interface, procedure, or delegate for which you supply at least one data type when you declare it. 类、结构、接口、过程或委托的定义,在声明它们时要为它们提供至少一种数据类型。 msdn2.microsoft.com 8. However, it's important to note that the underlying storage mechanism used for a given data type is transparent to the application. 但是,一定要注意,给定数据类型所用的底层存储机制对于应用程序是透明的。 www.ibm.com 9. Another option for returning arrays is to return them as parts of a complex data type, which is a technique we discuss in the next article. 返回数组的另一种选择是将数组作为复杂数据类型的组成部分返回,该技巧我们将在下一篇文章中进行讨论。 www.ibm.com 10. The operation photograph that this class number occupies is slower than other data type, because this should keep away from, use. 这类数据的操作相比其它数据类型较慢,因此要避开使用。 pjprimer.com 1. The xsd: choice data type describes a structure in which only one of its child elements can be active or selected. choice数据类型描述了这样一个结构,其中只有一个子元素可以是活动的或者可供选择。 www.ibm.com 2. Under some circumstances, values might be entered into the database that are not valid or out-of-range based on the data type of the column. 在某些情况下,可能会在数据库中输入对列的数据类型而言无效或越界的值。 msdn2.microsoft.com 3. The only thing that needs to be in common between the two properties is their data type . 这两个属性之间共有的唯一东西是数据类型。 www.bing.com 4. The system generated methods and functions can only be transferred as part of the transfer of ownership of the data type. 系统生成的方法和函数只能作为数据类型的所有权转移的一部分进行转移。 www.ibm.com 5. A reference type variable can be a reference to any object in memory (of the appropriate data type). 引用类型变量可以是对内存中任何对象(具有适当的数据类型)的引用。 msdn2.microsoft.com 6. In cases where another data type is required, specify the data type attribute to match that of the field in the form? s schema. 在需要其他数据类型的情况中,请指定数据类型属性来匹配表单模式中的字段。 www.ibm.com 7. Is any valid expression of any one of the data types in the numeric category except the bit data type. 数字类别中任何一种数据类型(bit数据库类型除外)的任何有效表达式。 technet.microsoft.com 8. API programs can access the Domino busytime, so it is possible for them to request any number of items of any data type. API程序可以访问Dominobusytime,所以这些程序可以请求任意数量、任意数据类型的项。 www.ibm.com 9. Note also that the name of the namespace in which the data type is defined can be retrieved, along with the name of the base class. 同时也请注意,可以在撷取基底类别名称时一起撷取命名空间的名称(资料型别是在此命名空间中定义的)。 technet.microsoft.com 10. When you do not know at compile time what data type the variable might point to. 当您在编译时不知道变量可能指向哪种数据类型时,请使用。 msdn2.microsoft.com 1. Is the name of the schema to which the alias data type or user-defined type belongs. 别名数据类型或用户定义类型所属架构的名称。 technet.microsoft.com 2. The protocol consists of three parts: the envelope, data type rules, and a means of defining operation requests and responses. 协议包含三个部分:信封、数据类型规则,以及定义操作请求和响应的方法。 www.ibm.com 3. Data abstraction enforces a clear separation between the abstract properties of a data type and the concrete details of its implementation. 抽象数据强调抽象数据类型属性及其执行的具体细节的清晰分离。 www.tiantianbt.com 4. The default value of a structure data type consists of the combination of the default values of each of its members. 结构数据类型的默认值由它的每个成员的默认值组合而成。 msdn2.microsoft.com 5. An attempt was made to pass a data type that does not derive from System. Exception into a catch block. 试图将不是从System.Exception派生的数据类型传递到catch块中。 msdn2.microsoft.com 6. The document node is the implicit node at the top of every xml data type instance. 文档节点是位于每个xml数据类型实例顶部的隐式节点。 msdn2.microsoft.com 7. A review group (or even an individual data type owner) can maintain a list of common data type definitions across the company. 讨论会(或者专门的数据类型所有者)可以维护在整个公司范围内通用的数据类型定义列表。 www.ibm.com 8. The new owner of the data type inherits the ownership of the system generated methods and functions for that data type. 数据类型的新所有者继承该数据类型的系统生成方法和函数的所有权。 www.ibm.com 9. Code that does not depend on a particular data type can be reused with various data types if it is generic. 对于不依赖特定数据类型的泛型代码,可以利用不同的数据类型重用它。 msdn2.microsoft.com 10. This class can be used to specify a restriction on the length of a simpleType element on the data type. 此类可用于指定数据类型的simpleType元素的长度限制。 msdn2.microsoft.com 1. However, one of the fields that you want to use to compare the tables has a different data type from its counterpart. 但是,您要用于比较这两个表的某个字段的数据类型与另一个表中对应字段的数据类型不同。 office.microsoft.com 2. Exact matching can be applied to columns of any Integration Services data type except DT_TEXT, DT_NTEXT, and DT_IMAGE. 完全匹配可以应用到除DT_TEXT、DT_NTEXT和DT_IMAGE之外的任何IntegrationServices数据类型的列。 technet.microsoft.com 3. When imported into a column with a data type other than sql_variant, the data is converted from char by using implicit conversion. 而导入到数据类型不是sql_variant的列中时,数据将通过隐式转换从char格式转换为其他格式。 msdn2.microsoft.com 4. Notice that this method does NOT occur anywhere in the complex data type definition, even though it is public. 请注意,尽管此方法是公共的,但它不会出现在复杂数据类型定义中。 www.ibm.com 5. Returns the result of explicitly converting an expression to a specified data type , object , structure, class, or interface . 返回表达式显式地转换为指定数据类型、对象、结构、类或接口后的结果。 www.bing.com 6. Expression requires the first operand to be of a reference type and the second operand to be the name of a data type. 表达式要求第一个操作数为引用类型,第二个操作数为数据类型的名称。 msdn2.microsoft.com 7. If the field were a Text data type, you could choose to group by the entire field (Normal), or perhaps by the first one to five characters. 如果字段是“文本”数据类型,则可以选择按整个字段(“普通”)进行分组,也可以按最前面的一到五个字符进行分组。 office.microsoft.com 8. A default cannot be bound to a user-defined data type whose base data type is timestamp. 不能将默认值绑定到基本数据类型为时间戳的用户定义的数据类型。 www.dictall.com 9. When you create a new table in Datasheet view, Access automatically creates a primary key for you and assigns it the AutoNumber data type. 在数据表视图中创建新表时,Access自动为您创建主键,并且为它指定“自动编号”数据类型。 office.microsoft.com 10. A rule cannot be bound to a user-defined data type whose base data type is image or text. 不能将规则绑定到基本数据类型为图像或文本的用户定义数据类型。 www.dictall.com 1. Each property defines one characteristic, such as the name, data type or length, of a column. 每个属性定义一个特性,例如列的名称、数据类型或长度。 office.microsoft.com 2. Data type differences: There might be considerable differences in the data types between the two RDBMS. 数据类型差异:在两个RDBMS之间数据类型可能有显著的差异。 www.ibm.com 3. The accepted argument must be the qualified or unqualified name of a column in a table and can contain any data type. 该函数的参数必须是一个表中某一列的全限定或非限定列名。 www.ibm.com 4. Consistency across these expressions of data type is critical and is driven through the specification of a canonical data model. 数据类型的这些表达的一致性非常重要,这种一致性是通过指定规范化数据模型取得的。 www.ibm.com 5. Information on the types used in a generic data type may be obtained at run- time by means of reflection . 关于泛型数据类型中使用的类型的信息可在运行时通过反射获取。 www.bing.com 6. Dialog box to evaluate sample data in the first selected file and to obtain suggestions for the data type and length of each column. 对话框可以评估所选的第一个文件中的示例数据,并获取对每列的数据类型和长度的建议。 msdn2.microsoft.com 7. The results in a calculated column are copied to a field whose data type depends on the data type of the calculated result. 计算列中的结果会被复制到其数据类型取决于计算结果的数据类型的字段。 office.microsoft.com 8. You use a narrowing conversion when you know the source value can be converted to the destination data type without error or data loss. 知道源值可以转换为目标数据类型而不会出错或导致数据丢失时,可使用收缩转换。 msdn2.microsoft.com 9. For instance, the DECIMAL data type can be shortened to DEC or referred to as NUMERIC. 例如,DECIMAL数据类型可以缩短为DEC或表示为NUMERIC。 www.ibm.com 10. This can take the form of adding a column, changing the data type for a column, adding a constraint, or even deleting a column. 这可以采用添加列、更改列的数据类型、添加约束或者甚至删除列的方式来实现。 www.ibm.com 1. String also allows you to reassign individual characters, something the built-in string data type does not support. 字符串还允许您重新分配个别字符,这些字符是内置字符串数据类型所不支持的。 msdn2.microsoft.com 2. The properties and methods of the double data type are the same as the System. Double properties and methods. double数据类型的属性和方法与System.Double属性和方法相同。 msdn2.microsoft.com 3. You write it as a string with a certain syntax that allows the database to parse it into the specialized data type. 按照特定的语法编写字符串,让数据库解析为特定的数据类型。 www.ibm.com 4. As you proceed, remember that many of the aggregate functions work only on data in fields set to a specific data type. 执行操作时,请记住,许多聚合函数仅处理设置为特定数据类型的字段中的数据。 office.microsoft.com 5. Base_type can also be any data type synonym that maps to one of these system data types. base_type还可以是映射到这些系统数据类型之一的任何数据类型同义词。 technet.microsoft.com 6. The data type and length of the system fields are specified in the second column in the notation type(length) . 系统字段的数据类型和长度都在第二列描述,格式为类型(长度)。 www.cnblogs.com 7. You can use annotation properties that accept the size of a parameter in terms of another parameter , but you must use correct data type . 可以使用接受某个参数的大小作为另一个参数的批注属性,但是必须使用正确的数据类型。 www.bing.com 8. In order to match , there must be the same number of columns and each partner in a pair of columns must have a comparable data type . 为了使列匹配,列的数目必须相同并且每对列的每一方都必须具有可比的数据类型。 www.bing.com 9. Be warned, however, that many reputable vendors have made a virtue out of providing a genuine double-precision data type. 被警告,但是,许多著名厂商都提供了一个真正的双精度资料型别。 dictsearch.appspot.com 10. Dialog box to select the columns to convert, select the data type to which the column is converted, and set conversion attributes. 对话框,可以选择要转换的列以及列要转换成的数据类型,还可以设置转换属性。 msdn2.microsoft.com 1. The data type of the variable must be declared and a value assigned before executing the procedure. 在执行过程之前,必须声明变量的数据类型并赋值。 msdn2.microsoft.com 2. Object a data type definition for each of the element parts of a SOAP-encoded message definition. 对象添加SOAP编码的消息定义中每个元素部分的数据类型定义。 msdn2.microsoft.com 3. Please note that this function utilizes BIT_OR UDF we wrote to operate on bit-like data type parameters. 注意,该函数使用了我们编写的BIT_ORUDF对类似于位数据类型的参数进行运算。 www.ibm.com 4. In the Additional Column Settings section, in the Type box, type the name of the business data type from which you want to add columns. 在“其他栏设置”部分,在“类型”列表中,选择业务数据类型和要从其添加列的业务应用程序。 office.microsoft.com 5. Set the property to any custom value valid for that column's data type. 将属性设置为对该列的数据类型有效的任何自定义值。 technet.microsoft.com 6. An expression with a CHAR data type may be a built-in or user-defined function , or one of the many other kinds of expressions available . 具有CHAR数据类型的表达式可以是内置函数或用户定义的函数,或其它多种可用表达式之一。 www.bing.com 7. Method define the name, data type, and default value of the property, as well as its inheritance behavior. 方法的参数定义该属性的名称、数据类型和默认值,以及它的继承行为。 msdn2.microsoft.com 8. A buffer can be formally defined as "a contiguous block of computer memory that holds more than one instance of the same data type. " 缓冲区以前可能被定义为“包含相同数据类型的实例的一个连续计算机内存块”。 www.ibm.com 9. Holistically speaking, a data type is defined by two properties: a set of values, or domain, and a set of operations. 总体来说,一个数据类型由两种属性来定义:一组值或者域,还有一组操作。 www.bing.com 10. The xml data type methods cannot be used in the PRINT statement as shown in the following example. xml数据类型方法不能用于PRINT语句,如下面的示例所示。 msdn2.microsoft.com 1. The new data type, the bytes literal, as well as the bytes object are used for storing binary data. 新的数据类型bytesliteral及bytes对象的用途是存储二进制数据。 www.ibm.com 2. The data type of relational indexes is always determined by the type of the indexed column. 关系索引的数据类型始终由索引列的类型来确定。 www.ibm.com 3. This binds each variable to a particular data type, and the variable can store only data of that type. 这样就将每个变量与特定的数据类型绑定在一起,该变量只能存储那种类型的数据。 msdn2.microsoft.com 4. To create Java Beans for all XML Schema Definitions found in . wsdl and . xsd files, referred to as data-type beans. 为所有.wsdl和.xsd文件中发现的XML格式定义创建JavaBean,也称为数据类型bean。 www.ibm.com 5. Object data type can point to data of any data type, including any object instance your application recognizes. 数据类型可以指向任意数据类型的数据,包括您的应用程序识别的任意对象实例。 msdn2.microsoft.com 6. When the data type is used in the definition of a column, such a variable is replaced by the column name. 如果使用该数据类型定义列,这样的变量将被列名称替换。 www.ianywhere.com 7. To avoid arithmetic overflow when converting the value to microseconds, the example converts one of the values to the float data type. 为了避免将值转换为微秒时出现算术溢出,此示例将其中一个值转换为float数据类型。 technet.microsoft.com 8. When futureonly_flag is futureonly, existing columns of that data type do not lose the specified rule. 当futureonly_flag的数据类型为futureonly时,该数据类型的现有列不会失去指定的规则。 msdn2.microsoft.com 9. The form of a literal as it appears in your code normally determines its data type. 代码中出现的文本形式通常确定其数据类型。 msdn2.microsoft.com 10. A corresponding type argument specifies at compilation time the data type of one of the elements in the generic type. 对应的类型变量在编译时指定泛型类型中某个元素的数据类型。 msdn2.microsoft.com 1. The data type that should include every field at least among them and inside every watch advocate external key. 其中至少应该包含每个字段的数据类型和在每个表内的主外键。 www.nwpu.net 2. However, the length, precision, or scale of a column can be changed if the data type is not changed. 但是,如果不更改数据类型,则可以更改列的长度、精度或小数位数。 msdn2.microsoft.com 3. The name of the value whose registry data type is to be retrieved. 要检索其注册表数据类型的值的名称。 msdn2.microsoft.com 4. If the column is of xml type, the content of that data type instance is inserted. 如果该列属于xml类型,则将插入该数据类型的实例的内容。 msdn2.microsoft.com 5. The SQL: 2003 standard supports such a data type: the new XML data type, for storing XML documents in a relational database. 标准支持这样一种数据类型:新XML数据类型,以便在关系数据库中存储XML文档。 www.ibm.com 6. Each PMI data type has dynamic value(s) that may be updated over time, as well as static configuration information that will not change. 每个PMI数据类型都有随时间刷新的动态值和不变的静态配置信息。 www.ibm.com 7. Each of these is a complex data type containing structured information describing specific platform qualities. 这三个类中的每个类都是一个复杂的数据类型,包含用于描述特定平台性质的结构化信息。 www.ibm.com 8. 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! dictsearch.appspot.com 9. Each property can be of any data type, ranging from strings to binary blobs. 每个属性的类型可以随意,从字符串到二进制的blob都可以。 www.infoq.com 10. Attribute properties should be declared as public entities with a description of the data type that will be returned. 应将属性属性声明为带有要返回的数据类型说明的公共实体。 msdn2.microsoft.com 1. It's quite common to have the same data type used as an argument to multiple business methods, across multiple business delegates. 对跨多个业务委派中的多个业务方法使用相同的数据类型作为参数,这是十分常见的。 www.ibm.com 2. If an element only needs to be a subset of an existing built-in data type, then a user-defined simple type should be used. 如果元素只需要是某现有内置数据类型的一个子集,则应使用用户定义的简单类型。 msdn2.microsoft.com 3. Integration Services includes a complete set of numeric data types, so that you can match the data type closely to the size of the data. IntegrationServices包含一组完整的数值数据类型,这样可以使数据类型近似匹配于数据大小。 msdn2.microsoft.com 4. Note that the join predicate on the author ID does not contain a literal value that would indicate the data type of the comparison. 请注意,authorID上的连接谓词没有包含文字值,该文字值将表明比较的数据类型。 www.ibm.com 5. However, your application is more efficient if you declare all your variables explicitly and with a specific data type. 但是,如果显式声明所有变量并使用特定的数据类型,则应用程序的效率会更高。 msdn2.microsoft.com 6. The Data Type, boolean, indicates the type of data that this template works with. DataType、拜伦值指示了与模板协同工作的数据的类型。 www.ibm.com 7. Values used with a conversion keyword must be valid for the destination data type, or an error occurs. 与转换关键字一起使用的值对于目标数据类型必须是有效的,否则将出错。 msdn2.microsoft.com 8. Columns used in a join condition are not required to have the same name or be the same data type. 联接条件中用到的列不必具有相同的名称或相同的数据类型。 msdn2.microsoft.com 9. Specifies the data type of the column in the underlying fact table to which the measure is bound. 指定与度量值绑定的基础事实数据表中的列的数据类型。 msdn2.microsoft.com 10. Values cannot be specified for computed columns or columns with a timestamp data type. 不能为计算列或具有timestamp数据类型的列指定值。 msdn2.microsoft.com 1. Denotes a function, procedure, structure, macro, interface, method, data type, or other keyword in the programming interface or language. 指出编程接口或语言中的函数,过程,结构,宏,接口,方法,数据类型,或其它的关键字。 fanyi.chaci.org 2. Make sure that the string provided is compatible with the data type to which it is converted. 确保所提供的字符串与它要转换到的数据类型兼容。 207.46.16.251 3. Performing an explicit conversion is also known as casting an expression to a given data type or object class . 执行显式转换即所谓的将表达式“强制转换”为给定的数据类型或对象类。 www.bing.com 4. If you plan to reuse a data type within your schema, create a named type and refer to it in all the elements that require that data type. 如果计划在架构内重用某数据类型,请创建命名类型,并在需要该数据类型的所有元素中引用它。 msdn2.microsoft.com 5. Define at least one required parameter as a different data type. 至少将一个必需的参数定义为不同的数据类型。 msdn2.microsoft.com 6. What I stress studied are data cleaning, data type transforming, multithreading running model of data migration, etc. 其中重点研究了ETL的数据清洗、数据类型转换、多线程运行模型等问题。 www.juhe8.com 7. If you impose a data type on an element or attribute, you still change the content of the value in an important way. 如果将数据类型强加给元素或属性,则仍然需要用一种重要的方法来更改值的内容。 www-128.ibm.com 8. Return parameters can be of any data type except the LOB data types . 返回参数可以是LOB数据类型之外的任意数据类型。 www.bing.com 9. Domains can have CHECK conditions and DEFAULT values, and you can indicate whether the data type permits NULL values or not. 域可以有CHECK条件和DEFAULT值,您可以指示数据类型是否允许NULL值。 www.ianywhere.com 10. XmlConvert also provides methods that enable you to convert from a string to a. NET Framework data type and vice-versa. XmlConvert还提供了使您能够在字符串和.NETFramework数据类型之间进行相互转换的方法。 msdn2.microsoft.com 1. Returns the name of the data type for the column specified by the ordinal argument. 返回序号参数所指定的列的数据类型名称。 msdn2.microsoft.com 2. Armed with this new generic data type, you can now make a very generic list node structure, as shown in Listing 4. 在这个新的通用数据类型的帮助下,您现在可以得到一个非常通用的列表节点结构,如清单4所示。 www.kuenglish.info 3. Fundamentally, the order of the items in a dictionary is controlled by the actual implementation of the Python dictionary data type. 本质上,dictionary中元素的次序是由Pythondictionary数据类型的实际实现控制的。 www.ibm.com 4. These functions are used to convert arguments from one data type to another, or to test whether they can be converted. 这些函数用于将参数从一种数据类型转换为另一种数据类型,或者测试它们是否可以转换。 www.ianywhere.com 5. This object can be a table, index, column, alias data type, or Microsoft. NET Framework common language runtime (CLR) user-defined type. 此对象可以是表、索引、列、别名数据类型或Microsoft.NETFramework公共语言运行时(CLR)用户定义类型。 msdn2.microsoft.com 6. As an official Python data type, dictionaries support the majority of operations you may be familiar with from other, simpler data types. 作为正式的Python数据类型,dictionary支持其他较简单数据类型所支持的大多数操作。 www.ibm.com 7. As in earlier examples, the assignment of a data type for studentQuery3 is left for the compiler to determine by using local type inference. 如前面的示例所示,studentQuery3数据类型的分配由编译器使用局部类型推理来确定。 msdn2.microsoft.com 8. This can be any data type or the name of an enumeration, structure, class, or interface. 这可以是任何数据类型或枚举、结构、类或接口的名称。 msdn2.microsoft.com 9. Review and change, if you want, the name and data type of the destination field. 如果需要,请检查并更改目标字段的名称和数据类型。 office.microsoft.com 10. To store XML documents, a user needs to create a table, and specify a column to use a new data type, XML, as shown in the example below. 要想存储XML文档,用户需要创建一个表,并指定一个列使用一种新的数据类型XML,如下面的例子所示。 www.ibm.com 1. Length for a numeric data type is the number of bytes that are used to store the number. 数字数据类型的长度是存储此数所占用的字节数。 technet.microsoft.com 2. Sometimes it is possible to change the data type for a piece of information. 有时可以针对一条信息更改数据类型。 www.ibm.com 3. The data type specified must be the same as the data type of the property where this Set statement is declared. 指定的数据类型必须与声明此Set语句的属性的数据类型相同。 msdn2.microsoft.com 4. Each of these values contain a REG_DWORD data type and refer to specifically to a control set. 每个这些值包含REG_DWORD数据类型和引用专门将控件。 support.microsoft.com 5. Describes how to modify the length of a column with a non numeric data type. 说明如何修改具有非数值数据类型的列的长度。 technet.microsoft.com 6. If the value of the input control being validated cannot be converted to the specified data type, validation fails. 如果正在验证的输入控件的值无法转换为指定的数据类型,则验证失败。 msdn2.microsoft.com 7. For a type conversion operator, either the operand or the return type must be of the data type of the class or structure. 对于类型转换运算符,操作数或返回类型必须是类或结构的数据类型。 www.kuenglish.info 8. A string's items are characters. A character is not a separate data type but a string of exactly one character. 字符串的元素是字符,字符不是单独的数据类型而仅仅是只有一个字符长的字符串。 man.ddvip.com 9. The data type returned by a navigation property is determined by the multiplicity of its remote association end. 导航属性返回的数据类型是由其远程关联端的重数确定的。 technet.microsoft.com 10. When you select this option, a database column defined with a Date data type is defined in the type tree as a character text string. 如果选择这个选项,定义为Date数据类型的数据库列在类型树中定义为一个字符文本字符串。 www.ibm.com 1. To avoid the error, test the cell's data type and use the appropriate method for getting that data type out of the cell. 要避免错误,应测试单元格的数据类型并使用适当的方法来从该单元格提取数据类型。 www.ibm.com 2. Each parameter definition consists of a parameter name and a data type . 创建泛型类型参数的定义,并获取该泛型类型参数的标记。 www.bing.com 3. These native applications make use of the CPU and GPU to draw the animations and can be connected to any data type through LiveBindings. 这些原生应用利用CPU与GPU来绘制动画,并且可以通过LiveBindings与任意数据类型进行连接。 www.infoq.com 4. Depending on the data type of a field, you can set various restrictions on what data can be entered into that field. 根据字段数据类型,可以对能在该字段中输入的数据设置各种限制。 msdn.microsoft.com 5. The precision of a numeric column is the maximum number of digits used by the selected data type. 数值列的精度是选定数据类型所使用的最大位数。 technet.microsoft.com 6. Add table columns , and specify the column name and data type of the new column, as well as whether the column allows nulls . 添加表列,指定列名和新列的数据类型以及该列是否允许空值。 www.bing.com 7. Returns one row for each alias data type in the current database that has a rule bound to it and that can be accessed by current user . 针对绑定有规则并可由当前用户访问的当前数据库中的每个别名数据类型返回一行。 www.bing.com 8. During serialization, each custom serialization provider is queried to return a serializer for a specific data type, if it can provide one. 进行序列化时,会查询每个自订序列化提供者,以传回特定资料型别的序列化程式(如果它能够提供的话)。 technet.microsoft.com 9. This column identifies the data type of each variable listed in the Name column. 该列标识“名称”列中列出的每个变量的数据类型。 msdn2.microsoft.com 10. For example, you can widen the Data Type column if it contains user-defined data type names that are too long to see in their entirety. 例如,如果“数据类型”列中包含用户定义的数据类型名称,该名称太长而无法看到其全部,则可加宽该列。 technet.microsoft.com 1. Subsequent transformations may parse data to convert it to a different data type, or create column copies with different data types. 后续转换可以分析数据,以将其转换为不同的数据类型,或者创建不同数据类型的列副本。 msdn2.microsoft.com 2. Returns a collection of standard values for the data type this type converter is designed for when provided with a format context. 当与格式上下文一起提供时,返回此类型转换器设计用于的数据类型的标准值集合。 msdn2.microsoft.com 3. Declaring this data type as Object allows you to store objects and class instances alongside other data types in the array. 将该数据类型声明为Object允许在数组中将对象和类实例同其他数据类型存储在一起。 msdn2.microsoft.com 4. Use for storing numbers to be used in calculations , except for monetary values (use the Currency for data type for monetary values ) . 用于存储要在计算中使用的数字,货币值除外(对货币值数据类型使用“货币”)。 www.bing.com 5. The result data type of a bitwise logical operation depends on the data types of the operands. 按位逻辑运算的结果数据类型取决于操作数的数据类型。 msdn2.microsoft.com 6. Now it's time to execute the last step of database creation: choose a name and a data type definition for our column. 现在应该执行创建数据库的最后一个步骤了:为列选择一个名字和一个数据类型定义。 www.ibm.com 7. Strings of multi-byte characters can be held as the CHAR data type, but it is important to note that max-length is in bytes, not characters. 多字节字符的字符串可以保存为CHAR数据类型,但要注意max-length是以字节为单位的,而不是以字符为单位。 www.ianywhere.com 8. When you retrieve an element from a generic collection, you do not have to determine its data type or convert it. 从泛型集合中检索元素时,不必确定元素的数据类型或转换它。 msdn2.microsoft.com 9. If the data type of a property is a class that has properties, those properties are called subproperties of the defining property. 如果属性的资料型别是具有属性的类别,那麽这些属性就被称为定义属性的子属性。 msdn.microsoft.com 10. An xml data type can only be a key column only in an XML index. xml数据类型的列只能在XML索引中用作键列。 technet.microsoft.com 1. When the Swap method is called, in addition to the standard arguments, a data type must also be passed. 当调用Swap方法时,除了标准参数之外,还必须传递数据类型。 msdn2.microsoft.com 2. Quite simply, this is a component that has properties and actions of each data type used anywhere in any of your component development. 非常简单,这个组件具有任何组件开发中使用到的各种数据类型的属性和操作。 www.ibm.com 3. The data type does not need to be the base complex type for the schema to be valid, as explained later in this topic. 要使架构有效,该数据类型不必是基复杂类型,本主题稍后将对此进行说明。 msdn2.microsoft.com 4. Some of the validation controls test for a valid data type as part of their test. 某些验证控件可将测试有效的数据类型作为其测试的一部分。 msdn2.microsoft.com 5. When both operand expressions have the same data type, the result of the operation has that data type. 当两个操作数表达式具有相同的数据类型时,运算的结果便为该数据类型。 technet.microsoft.com 6. If the data type of the field is numeric, the field is added to the Values area, with a default aggregation of sum. 如果这个字段的数据类型为数值,那么这个字段就会增加到值区域,形成一个求和的默认集合。 www.ejchina.com 7. The cursor data type cannot be bound to application variables through the database APIs such as OLE DB, ODBC, ADO, and DB-Library. cursor数据类型不能通过数据库API(例如OLEDB、ODBC、ADO和DB-Library)绑定到应用程序变量上。 technet.microsoft.com 8. This will be the base data type that this simple type will be derived from. 它是将导出该简单类型的基本数据类型。 msdn2.microsoft.com 9. This data type is a C union object, and is declared in the first section of a yacc file using a %union declaration. 这个数据类型是一个Cunion对象,在yacc文件的第一部分使用%union声明来定义。 www.ibm.com 10. Programmers can also use the term constructor to denote one of the tags that wraps data in an algebraic data type. 程序员也可以使用这个词的构造函数来表示的标签,包装在一个代数数据类型的数据之一。 wenwen.soso.com 1. Each new data type introduces a serializer to convert from the XML value into a Java value and back again. 每一个新的数据类型导入一个序列化器,它把XML值转化成Java值然后再次转回来。 www.ibm.com 2. Choose varstring as a data type for the first column, which as you recall contains "DAN" 选择varstring作为第一列的数据类型,它包含“DAN” www.ibm.com 3. Please note that the length attribute and data type of a global variable does not vary once it is created. 请注意,一旦创建完毕,全局变量的length属性和数据类型将不能更改。 www.ibm.com 4. If the arguments have the same data type, the result is of that type. 如果参数具有相同的数据类型,则结果即为该类型。 msdn2.microsoft.com 5. Local variables can also be declared with the new CURSOR data type to hold a reference to a local cursor. 也可以通过新的CURSOR数据类型声明局部变量,以包含对局部游标的引用。 msdn2.microsoft.com 6. The Type field determines the data type for the value and is used to provide the correct field editor, as well as field validation. 这个Type区域决定了这个值的数据类型,并且它被用来提供正确的区域编辑器,还有区域确认。 www.ibm.com 7. This library contains an XSD element for each class and data type in the source models, and a WSDL definition for each UML interface. 这个库包含一个为源模型中每一个类和数据类型所用的XSD元素,和一个为每一个UML接口所用的WSDL定义。 www.ibm.com 8. Also shown are a short description of each option, and the data type of the option's value (string, integer, float or boolean). 树状列表依主题将选项群组起来,也显示每个选项的简短描述,资料型态等等。 translations.launchpad.net 9. In much of C programming, particularly systems programming, integers of different sizes are the fundamental data type. 在许多C语言编程中,特别是系统编程中,不同大小的整型是基本的数据类型。 docs.google.com 10. All subsequent metadata functions performed on the original object and any derived objects will report the base data type, not the synonym. 所有对原始对象和任何派生对象执行的后续元数据函数都将报告基本数据类型,而不是同义词。 msdn2.microsoft.com 1. If a column is associated with an incorrect data type, click Cancel and confirm that the key cell can be converted to the correct type. 如果列的链接数据类型不正确,请单击“取消”,并确认关键字单元格是否可转换为正确的类型。 office.microsoft.com 2. By default, an empty string is interpreted as an empty string in INSERT or assignment statements on data of the varchar data type. 默认情况下,对于varchar数据类型的数据,在INSERT或赋值语句中,空的字符串将被解释为空字符串。 msdn2.microsoft.com 3. No data-type checking is required of a system. An ambiguous condition exists if an incorrectly typed data object is encountered. 一个系统不需要资料型别的检查。如果遇到一个不正确的资料物件输入,将会发生模稜两可的情况。 www.figtaiwan.org 4. Is the name of the table and column or the alias data type from which the default is to be unbound. 要解除其默认值绑定的表和列或别名数据类型的名称。 technet.microsoft.com 5. To access arguments you need to specify the prototype of the function for ProbeVue to recognize the data type of the argument to be fetched. 要想访问参数,需要指定函数的原型,让ProbeVue知道要获取的参数的数据类型。 www.ibm.com 6. With an enumeration, you can specify helpful names for your data type values. 利用枚举,可以为您的数据类型值指定有用的名称。 msdn2.microsoft.com 7. Only one control type can be assigned as the default for a data type. 只能指定一种控件类型作为数据类型的默认控件。 technet.microsoft.com 8. You will need to provide the data type for each of the list attributes if you will be binding them to any control on a page. 如果您希望将列表属性绑定到页面上的任何控制中去,就需要提供每个列表属性的数据类型。 www.ibm.com 9. Use the Single data type to contain floating-point values that do not require the full data width of Double. 使用Single数据类型包含不需要Double的完整数据宽度的浮点值。 msdn2.microsoft.com 10. Shows whether the data type of the selected column can be determined with certainty . 显示是否可以明确地确定所选列的数据类型。 www.bing.com 1. A specialized form of this component works with data type conversion. 这种组件的特殊形式可以处理数据类型转换。 www.ibm.com 2. The nullability property of arithmetic operators over floating point data type is always nullable. 对浮点数据类型执行运算的算术运算符的为空性属性始终可为空。 msdn2.microsoft.com 3. But most of the time, you want to apply business logic to the data, which requires that the data be extracted to an appropriate data type. 但是大多数时候,需要将业务逻辑应用到数据中,这要求将数据提取为合适的数据类型。 www.ibm.com 4. To perform this comparison, the numeric operand must be explicitly cast to a string data type. 若要执行此比较,必须将数值操作数显式转换为字符串数据类型。 msdn2.microsoft.com 5. function procedure returns an array data type , you cannot access the individual elements of the array within the function. 过程返回数组数据类型,则不能在函数内部访问数组的各个元素。 www.ichacha.net 6. Cannot be specified as a parameter data type in either Transact-SQL or CLR functions. 指定为Transact-SQL函数或CLR函数中的参数数据类型。 msdn2.microsoft.com 7. The node data type, with its supporting functions, gives you the ability to represent hierarchical data within the relational database. 通过节点数据类型以及它所支持的函数,可以在关系数据库中表示分层数据。 www.ibm.com 8. Validation fails if the value of the input control cannot be converted to the specified data type. 如果输入控件的值无法转换为指定的数据类型,则验证失败。 msdn2.microsoft.com 9. If the column is a structured type column, you specify the name of the structured type as its data type ( Listing 1). 如果列是结构化类型列,则需要将结构化类型的名称指定为其数据类型(清单1)。 www.ibm.com 10. To avoid arithmetic overflow when converting the value to microseconds it converts the one of the values to float data type. 为了避免将此值转换为微秒时出现算术溢出,此示例将其中一个值转换为float数据类型。 msdn2.microsoft.com 1. The data type for stored procedure parameters is always imported as string. 存储过程参数的数据类型始终作为字符串导入。 msdn2.microsoft.com 2. The data type of a parameter can be set using the data type style property, which can be set to SQL data type, LIKE or REFERENCES. 参数的数据类型可以使用datatypestyle属性设置,该属性可以被设置为SQLdatatype、LIKE或REFERENCES。 www.ibm.com 3. The transformation that converts the data type of a column to a different data type. 将列的数据类型转换为另一种数据类型的转换。 msdn2.microsoft.com 4. When you declare a structure, it becomes a composite data type, and you can declare variables of that type. 声明了结构后,它将成为“复合数据类型”,而您可以声明该类型的变量。 technet.microsoft.com 5. Casting occurs when you prefix a conversion with a data type that defines the type of the conversion you want to perform. 使用定义要执行的转换类型的数据类型作为转换的前缀时,发生强制转换。 msdn2.microsoft.com 6. When a given architecture performs a request, the data type representation may differ from the target host that satisfies the request. 当给定架构执行请求时,数据类型表示可能不同于满足需求的目标主机上的数据类型。 www.ibm.com 7. Since a data structure is a data type, it has a set of operations on its values. 由于数据结构是一种数据类型,因此,它有一组在其值上的操作。 xkdwyx.com 8. Is an expression of the exact numeric or approximate numeric data type category, except for the bit data type. 精确数字或近似数字数据类型类别(bit数据类型除外)的表达式。 technet.microsoft.com 9. Once you create an array object, you cannot change its rank (number of dimensions), its dimension lengths, or the data type of its elements. 数组对象一旦创建,就不能再更改它的秩(维数)、维长度或元素的数据类型。 technet.microsoft.com 10. Next, click the cell in the Data Type column for that row, click the drop-down arrow, and then select Lookup Wizard. 接下来,单击该行“数据类型”列中的单元格,单击下拉箭头,然后选择“查阅向导。”。 office.microsoft.com 1. The size of a column depends on the data type and length specification. 列的大小取决于数据类型和长度规定。 technet.microsoft.com 2. Returns a string value containing the system data type name of a variable. 返回一个字符串值,它包含变量的系统数据类型名称。 msdn2.microsoft.com 3. Retrieves a collection containing a set of standard values for the data type for which this validator is designed. 检索一个集合,该集合包含此验证程序设计用于的数据类型的标准值集。 msdn2.microsoft.com 4. The data type of a column of a partitioned table cannot be changed. 无法更改已分区表的列的数据类型。 msdn2.microsoft.com 5. The page refers to it as a structured data type similar to variables in Python or Perl. 这个页面将其称作一个类似于Python或Perl中的变量的结构化数据类型。 www.ibm.com 6. Numeric format strings control formatting operations in which a numeric data type is represented as a string. 数字格式字符串用于控制在将数值数据类型表示为字符串时产生的格式化。 msdn2.microsoft.com 7. When using APIs to get and set the value of an item, only a string can be used as the data type. 在使用API来获得并设置项目的值时,只有一个字符串可以用作数据类型。 www.ibm.com 8. When assigning an expression to your property or variable, use or cast the return value to a compatible data type. 将表达式分配给属性或变量以后,使用返回值或将返回值强制转换为兼容的数据类型。 msdn2.microsoft.com 9. You can declare a variable to be of any elementary data type or of any object type that is exposed in the application you are using. 可以将变量声明为任何基本数据类型,或声明为在您使用的应用程序中公开的任何对象类型。 msdn2.microsoft.com 10. Click in the Data Type column for that row, click the arrow and then, in the drop-down list, select Lookup Wizard. 在该行的“数据类型”列中单击,单击箭头,然后在下拉列表中选择“查阅向导”。 office.microsoft.com 1. Use the Short data type to contain integer values that do not require the full data width of Integer. 使用Short数据类型以包含不需要Integer整个数据宽度的整型值。 msdn2.microsoft.com 2. Determines whether the specified string can be converted to the specified data type. 确定指定的字符串是否可以转换为指定的数据类型。 msdn2.microsoft.com 3. Cannot be specified as a return data type in either Transact-SQL or CLR functions. 指定为Transact-SQL函数或CLR函数中的返回数据类型。 msdn2.microsoft.com 4. Reports when a value is assigned to a smaller data type and results in a data loss. 当向较小的数据类型赋值从而导致数据丢失时报告。 msdn2.microsoft.com 5. A managed property is of a specific data type that may have an associated get method and set method. 托管属性具有特定的数据类型,该类型可能具有关联的获取方法和设置方法。 msdn2.microsoft.com 6. The money data type therefore has a precision of 19, a scale of 4, and a length of 8. 因此,money数据类型的精度是19,小数位数是4,长度是8。 msdn2.microsoft.com 7. If the method return value is an OLE object, returnvalue must be a local variable of data type int. 如果方法返回值为OLE对象,则returnvalue必须是数据类型为int的局部变量。 msdn2.microsoft.com 8. Determines whether this converter can convert an object of the specified data type to an array of strings containing individual font names. 确定此转换器是否可以将指定数据类型的对象转换为包含个别字体名称的字符串数组。 msdn2.microsoft.com 9. Select the data type that you want to be returned by the formula, and then click OK. 选择要由公式返回的数据类型,然后单击“确定”。 office.microsoft.com 10. Performing the data type conversion is a common task, so this piece of code can be reused. 因为可以重新使用此段代码,所以执行数据类型转换是一项常见任务。 www.ibm.com 1. Specifies the data types to use when storing values in the registry, or identifies the data type of a value in the registry. 指定在注册表中存储值时所用的数据类型,或标识注册表中某个值的数据类型。 msdn2.microsoft.com 2. An appropriate storage model for your XML documents is an xml data type column. 适合XML文档的存储模型为xml数据类型列。 msdn2.microsoft.com 3. Provide a data type for these variables, both with the right type and with the right multiplicity. 为这些变量提供一个数据类型,确保使用正确的类型和正确的多样性。 www.ibm.com 4. Otherwise, a Currency user-defined data type is returned with the original amount, which should be in USD, with the en-us culture. 否则,返回的Currency用户定义数据类型包含原始金额(应是USD)及en-us区域。 technet.microsoft.com 5. Variables are identifiers that hold values of any data type. 变量是保存任何数据类型的值的标识符。 bbs.hxsd.com 6. This change in behavior affects only the data type of the computed column but not the computed value. 这一行为更改只影响计算列的数据类型,而不影响计算值。 technet.microsoft.com 7. Retrieves a collection containing a set of standard values for the data type this validator is designed for. 检索一个集合,该集合包含此验证程序适用的数据类型的标准值集。 msdn2.microsoft.com 8. Retrieves a collection containing a set of standard values for the data type this converter is designed for. 检索一个集合,该集合包含适用此转换器的数据类型的一组标准值。 msdn2.microsoft.com 9. By default, replication does not publish any columns in the source table when the column data type is not supported by replication. 默认情况下,如果复制不支持列数据类型,则复制不发布源表中的任何列。 msdn2.microsoft.com 10. Elements of a collection do not have to share the same data type. 集合中的元素不需要具有相同的数据类型。 msdn2.microsoft.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。