单词 | key column |
释义 | 例句释义: 关键列,索引键资料行,表中对应字段,表的对应字段 1. An update to a key column operates like a delete of the old key value followed by an insert of the new key value. 对键列进行更新与删除旧键值然后插入新键值作用相同。 technet.microsoft.com 2. The same idea holds in a relational database, and the column used to make the link is referred to as a key column. 同样的概念在关系数据库中也存在,用来进行链接的列叫做键列(keycolumn)。 www.ibm.com 3. I create a separate foreign_key_* column for every element that might be a parent of the XML element to which a table corresponds. 我为每个可能是与表所对应的XML元素父代的元素创建了单独的foreign_key_*列。 www.ibm.com 4. A primary key column called id will also be added, however since this is the default we do not need to ask for this. 一个名叫id的主键列也被添加,然而因为这是默认操作的不需要我们刻意添加。 wenku.baidu.com 5. Select the foreign key column and the primary key table and column with which you want form a relationship. 选择外键列以及要与之建立关系的主键表和列。 msdn2.microsoft.com 6. Although a 900 - byte column is supported , we do not recommend building a full- text index that uses a key column of that size . 即使支持900字节的列,也不建议您使用这么大的键列来创建全文索引。 www.bing.com 7. Column independence means that you should be able to change any non-key column without affecting any other column. 列独立性表示应该可以在不影响任何其他列的情况下更改任何非键列。 office.microsoft.com 8. Object belongs must have at least one column designated as a primary key column. 对象必须至少有一列被指定为主键列。 msdn2.microsoft.com 9. You also want to be able to write data to all the columns except the primary key (because you cannot write to the primary key column). 还希望能够将数据写入除主键外(因为不能向主键列写入)的所有列。 technet.microsoft.com 10. The application will be able to know what value is put into the primary key column, and continue to insert rows in the child tables. 应用程序就可以知道放入主键列中的是什么值,从而继续向子表插入一个行。 www.ibm.com 1. Gets the name, row size, number of rows, number of columns, and key column index of the table at the specified table index. 获取位于指定表索引处的表的名称、行大小、行数、列数和键列索引。 msdn2.microsoft.com 2. You cannot create any other type of index with the XML type column as a key column. 但不能为作为键列的XML类型列创建任何其他类型的索引。 msdn2.microsoft.com 3. In this case, one of the include columns must be selected for the index key column. 在这种情况下,必须为索引键列选择包含列之一。 technet.microsoft.com 4. Mining models must contain the key column described in the mining structure, as well as a subset of the remaining columns. 挖掘模型必须包含挖掘结构中所述的键列,以及其余列的子集。 msdn2.microsoft.com 5. An xml data type can only be a key column only in an XML index. xml数据类型的列只能在XML索引中用作键列。 technet.microsoft.com 6. However, an xml column can be a key column in a primary or secondary XML index on a table. 但是,xml列可以作为表中的主XML索引或辅助XML索引的键列。 technet.microsoft.com 7. In the Configure property parameters for EGL Application transformation section, select the Is Key Column checkbox, as shown in Figure 12. 在EGLApplication转换部分的Configure属性参数中选择IsKeyColumn复选框,如图12所示。 www.ibm.com 8. In the Configure property parameters for EGL Application transformation section, select the Is Key Column checkbox, as shown in Figure 11. 在ConfigurepropertyparametersforEGLApplicationtransformation部分,选择IsKeyColumn复选框,如图11所示。 www.ibm.com 9. The tracking table contains certain key column values when partition change optimizations have been enabled for the publication. 当已对发布启用分区更改优化时,跟踪表将包含某些键列值。 msdn2.microsoft.com 10. In the adjacent grid cell to the left of each column, choose the corresponding foreign-key column of the foreign-key table. 在每列左侧的临近网格单元格中,选择外键表的相应外键列。 msdn2.microsoft.com 1. No other imprecise expressions can be part of the key column of an indexed view . 构成索引键列值的不精确表达式必须引用视图下基表中的存储列。 www.bing.com 2. The tracking table contains certain key column values when a publication is configured to enable partition change optimizations. 如果将发布配置为启用分区更改优化,则跟踪表将包含某些键列值。 msdn2.microsoft.com 3. At least one key column must be defined. 必须至少定义一个键列。 msdn2.microsoft.com 4. This returns a value of 1 if the index is used to enforce uniqueness of the full-text key column , and 0 if it does not . 如果使用索引来强制实现全文键列的唯一性,此语句将返回值1,否则将返回0。 www.bing.com 5. Use the Contains method to determine whether a specific value exists in the key column of a row. 使用Contains方法确定特定值是否存在于行的键列中。 msdn2.microsoft.com 6. An enforced relationship ensures each value entered in a foreign key column matches an existing value in the related primary key column. 强制的关系确保在外键列中输入的每个值与相关主键列中的一个现有值匹配。 technet.microsoft.com 7. The XML Input stage uses a Key column to identify the repetition element, which determines how the XML data is generated. XMLInput阶段使用Key列标识重复元素,这决定如何生成XML数据。 www.ibm.com 8. The foreign key column name in the source table is the same as the destination table name concatenated with the primary key column name. 源表中的外键列名为目标表名加上主键列名。 msdn2.microsoft.com 9. The Time Index column is automatically designated as a key time column and the Model Region column is designated as a key column. TimeIndex列自动指定为KeyTime列,ModelRegion列指定为键列。 msdn2.microsoft.com 10. Second normal form requires that each non-key column be fully dependent on the entire primary key, not on just part of the key. 第二范式要求每个非键列完全依赖于整个主键,而不仅仅依赖于主键的一部分。 office.microsoft.com 1. This generation logic requires key column information to be present in the DataSet. 此生成逻辑要求DataSet中存在键列信息。 msdn2.microsoft.com 2. The member key column for the lowest level of the dimension must contain the keys that relate the fact table and the dimension table. 对应着维度最低级别的成员键列必须包含关联事实表和维度表的键。 www.cnblogs.com 3. This table violates third normal form because a non-key column, Discount, depends on another non-key column, SRP. 此表就违反了第三范式,因为非键列“折扣”依赖于另一个非键列SRP。 office.microsoft.com 4. At least one value in the foreign key column is NULL. 外键列中至少有一个值为NULL。 msdn2.microsoft.com 5. Primary keys are not required for tables in merge publications, but if a primary key column is present, it cannot be filtered. 主键对于合并发布中的表并不是必需的,但如果存在主键列,则无法筛选该列。 msdn2.microsoft.com 6. The TableFulltextKeyColumn property, obtained from the OBJECTPROPERTYEX function, provides the identity of this unique key column. 从OBJECTPROPERTYEX函数获得的TableFulltextKeyColumn属性为这个唯一的键列提供标识。 technet.microsoft.com 7. The name of the key column of the specified index. 指定索引的键列的名称。 technet.microsoft.com 8. The application never knows what value is put into the primary key column after running the INSERT statement. 在运行INSERT语句之后,应用程序将永远都不知道放入了主键列中的是什么值。 www-128.ibm.com 9. Named queries and views may also omit the primary key column for a table. 命名查询也可能遗漏表的主键列。 msdn2.microsoft.com 10. The keys in the member key column for the lowest level of the dimension must be unique. 在“对应着维度最低级别的成员键列”中的键,必须是唯一的。 www.cnblogs.com 1. A primary key column is identified by a primary key symbol in its row selector. 主键列由其行选择器中的主键符号标识。 msdn2.microsoft.com 2. Column names cannot be specified in both the INCLUDE list and in the key column list. 不能同时在INCLUDE列表和键列列表中指定列名。 msdn2.microsoft.com 3. Index imposing the UNIQUE constraint on the column designated as the unique key column. 对于指定为唯一键列的列施加UNIQUE约束的索引。 technet.microsoft.com 4. Enter the foreign-key column of the foreign-key table that corresponds to the primary key column. 输入对应于主键列的外键表的外键列。 technet.microsoft.com 5. The "ID" is a generic key column but is not used in the reporting. “ID”是一个类属键(generickey)列,但是未在报告中使用。 www.ibm.com 6. Rep_id A primary key column that contains an identifying number for the sales representative. rep_id包含销售代表标识序号的主键列。 www.ianywhere.com 7. A unique identifier (or key column) should be a column that won't change. 唯一标识符(或键列)应为一个不会更改的列。 office.microsoft.com 8. Each dimension table is directly related to and usually joined to the fact table by a key column. 每个维度表都与事实数据表直接相关,并且通常通过键列与事实数据表联接。 technet.microsoft.com 9. This surrogate column can be designated the primary key column. 可以将该代理列指定为主键列。 www-128.ibm.com 10. Database, each table contains an identity column as the primary key column. 数据库中,每个表有一个标识列作为主键列。 msdn2.microsoft.com 1. An association model must contain a key column, input columns, and one predictable column. 关联模型必须包含一个键列、多个输入列以及一个可预测列。 msdn2.microsoft.com 2. ID of the referenced column ( candidate key column ) . 被引用列(候选键列)的ID。 www.bing.com 3. You then relate the primary key column to a matching column. 然后需要将主键列与匹配列相关。 msdn2.microsoft.com 4. A foreign key is a column whose values match the values in the primary key column of another table. 外键是一个列,其值与另一个表的主键列中的值相匹配。 office.microsoft.com 5. Therefore, you have to use a separate select clause that will reuse the same tag, parent, and key column information. 因此,必须使用单独的SELECT子句来重复使用相同的标记、父级和键列信息。 msdn2.microsoft.com 6. In this dimension table, the ParentOrganizationKey column has a foreign key relationship with the OrganizationKey primary key column. 在该维度表中,ParentOrganizationKey列与OrganizationKey主键列具有外键关系。 msdn2.microsoft.com 7. Id A primary key column holding an identifying number for the product. id保存产品标识序号的主键列。 www.ianywhere.com 8. The Employees table has an auto-increment key column, so the value for EmployeeID is assigned automatically when you save the record. Employees表有一个自动增量的键列,所以保存记录时,“EmployeeID”的值自动赋值。 msdn2.microsoft.com 9. If you need to make an adjustment, then set this property to the foreign-key column in the related table. 如果您需要进行调整,那么可以将此属性设置为相关表中的外键列。 msdn2.microsoft.com 10. Emp_id A primary key column that holds a unique integer identifying the employee. emp_id保存用于标识职员的唯一整数的主键列。 www.ianywhere.com 1. Prod_id A primary key column that holds a unique integer identifying the product. prod_id保存用于标识产品的唯一整数的主键列。 www.ianywhere.com 2. Finally, the code sets one column as the primary key column. 最后,该代码将一个列设置为主键列。 msdn2.microsoft.com 3. The key column(s) are not selectable, and are indicated by a key icon. 标有钥匙图标的键列字段是不可选的。 www.ibm.com 4. Remember that when foreign-key-column-on-source is not used, you will need to find the reverse mapping yourself. 请记住,当foreign-key-column-on-source没有使用时,您需要自己寻找逆向映射。 www.ibm.com 5. Order_id A primary key column that holds a unique integer identifying the order. order_id保存用于标识订单的唯一整数的主键列。 www.ianywhere.com 6. We selected TITLE as the key column for convenience. 为了简便,我们选择TITLE作为主键列。 www.ibm.com 7. Method takes an array of values and finds the matching value in the primary key column. 方法提取值的数组,并在主键列中查找匹配值。 msdn2.microsoft.com 8. The tables are joined over a common key column (ID). 这两个表通过一个共同的键列(ID)进行联结。 www.ibm.com 9. Table contains a customer ID as a foreign key column. 表包含作为外键列的客户ID。 msdn2.microsoft.com 10. When writing queries that use rowset-valued functions, it is necessary to know the name of the unique key column. 编写使用赋值行集函数的查询时,必须知道唯一键列的名称。 msdn2.microsoft.com 1. Opens to display the member key column for this attribute. 以显示此特性的成员键列。 msdn2.microsoft.com 2. The DELETE statement is provided all primary key column values. 为DELETE语句提供所有主键列值。 msdn2.microsoft.com 3. A logistic regression model must contain a key column, one or more input columns, and one or more predictable columns. 逻辑回归模型必须包含一个键列、一个或多个输入列以及一个或多个可预测列。 technet.microsoft.com 4. Enter the following columns: cust_id (check key column), name, address, and phone. 输入以下列:cust_id(设置为主键列),name,address和phone。 www.ibm.com 5. Provides the column ID of the full-text unique key column. 提供全文唯一键列的列ID。 msdn2.microsoft.com 6. You designate the CustomerID property as representing a primary key column in the database. 指定CustomerID属性,用于表示数据库中的主键列。 msdn2.microsoft.com 7. Changes a key column of the partitioned view or table. 更改分区视图或表的键列。 msdn2.microsoft.com 8. Unqualified schema name in which the table containing the key column is defined. 在其中定义包含键列的表的架构的非限定名称。 msdn2.microsoft.com 9. For a primary key column, but it can be set for any column. 但也可为任意列设置该值。 msdn2.microsoft.com 10. It can be used to generate unique values for the surrogate key column. 我们可以使用该函数为代理键列生成惟一值。 www.ibm.com 1. TP will only benefit those queries that include the table partitioning key column. TP只对那些包括表分区键列的查询有利。 www.ibm.com 2. Also verify that HOLDINGTYPE is displayed as a key column. 另外确认HOLDINGTYPE显示为关键列。 www.ibm.com 3. All values in the foreign key column are not NULL, and there is a row in the primary key table that has the same key. 外键列中的所有值都不是NULL,并且主键表中有一行含有相同的键。 technet.microsoft.com 4. Table matches the primary key column of the. 表中的主键列相对应。 msdn2.microsoft.com 5. Catalog name in which the table containing the key column is defined. 在其中定义包含键列的表的目录名称。 msdn2.microsoft.com 6. In order to use this technique, the SQL must provide a predicate on the first key column of the partitioning index. 为了使用这种技术,SQL必须提供分区索引的第一个键列上的一个谓词。 www-128.ibm.com 7. Table name containing the key column. 包含键列的表名。 msdn2.microsoft.com 8. It sets up two accessors: accessor 0 contains only the primary key column (ID) and accessor 1 contains other columns. 它会设定两个存取子:只包含主索引键资料行(ID)的存取子0以及包含其他资料行的存取子1。 technet.microsoft.com 9. However, you can enter a null in the foreign-key column. 但是,可以在外键列中输入空值。 msdn2.microsoft.com 10. Emp_id A foreign key column referencing ULEmployee. emp_id引用ULEmployee的外键列。 www.ianywhere.com 1. Column was set to 1 , to indicate that it is a set key column ; the. 属性设置为1,以指示这是设置键列;将。 www.bing.com 2. In the following example, both properties are returned for index ID 1, key column 1 in the Production. Location table. 在以下示例中,将返回Production.Location表中索引ID1和键列1的两个属性。 technet.microsoft.com 3. Is the index key column position. 索引键列的位置。 technet.microsoft.com 4. Is the unique key column for the. 表的唯一键列。 msdn2.microsoft.com 5. Also, in order to get better performance with index only access, you can also add CUST_CODE as a key column. 还有,为了获取只有列访问的更好的性能,应该将CUST_CODE作为关键列。 www.ibm.com 6. Property to automatically create a sort order, in ascending order, based on the primary key column or columns of the table. 属性自动以升序创建基于表的一个或多个主键列的排序顺序。 msdn2.microsoft.com 7. In the Box 1 (of Figure 21), you will need to select the key field in Company. nsf application and map it to the key column in DB2. 在(图21的)Box1中,您需要选择Company.nsf应用程序中的关键字段,并将之映射到DB2中的键列。 www.ibm.com 8. The URL column is set to be the "Key" column because it can distinguish each search hit returned. URL列被设为“Key”列,因为它可以区分返回的每条搜索命中结果。 www.ibm.com 9. For example, SQLServer allows multiple null values to be found in a primary key column, even if they are not unique. 例如,SQLServer允许在主键列中找到多个空值,即使这些值不是唯一的。 msdn2.microsoft.com 10. In this form, we can tell Domino which field is the key field and how this field maps to the DB2 key column. 在该表单中,我们可以告诉Domino哪个字段是关键字段,以及如何将该字段映射到DB2键列。 www.ibm.com 1. In this sample, it is assumed that every contact record has a unique e-mail address that is used as the "Key" column. 在这个示例中,假设每个联系方式记录都有一个惟一的e-mail地址,作为“Key”列。 www.ibm.com 2. In Listing 5, you have a standard primary key column called PO_ID (that is, purchase order ID). 在清单5中,您有一个称为PO_ID的标准主键列(即订单ID)。 www.ibm.com 3. For example, in DMX you can specify that a column is a Key column or a PREDICT column. 例如,在DMX中,您可以将一列指定为键列或PREDICT列。 msdn2.microsoft.com 4. requires extra processing at the data source to determine primary key column information. 则资料来源需要进行其他的作业来判断主索引键资料行资讯。 technet.microsoft.com 5. The next line of the code defines the key column for the mining structure, which uniquely identifies an entity in the source data 代码的下一行定义了挖掘结构的键列,它唯一标识源数据中的实体 msdn2.microsoft.com 6. MAX of the SUM of the index key column lengths for existing rows 现有行的索引键列长度总和的最大值 technet.microsoft.com 7. In the following example, the associated entities are linkedthrough a foreign key column 下面这个例子使用外键进行实体的关联。 wiki.redsaga.com 8. Use value match criteria to identify data in the key column 在对关键列进行匹配时,使用 www.51testing.com 9. For an index key column that is of variable length 具有可变长度的索引键列 www.ibm.com 10. For example, consider the following simple table with employee information (emp_id is the primary key column) 例如,请看以下带有雇员信息的简单表(emp_id是主键列) www.ianywhere.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。