您要查找的是不是:
- Assign a value directly to the specific column of a data row. 将值直接分配到数据行的特定列。
- Update, there are two events that occur for each data row updated. 时,每个更新的数据行都发生两个事件。
- The locator points to the data row that has the key value. 定位符指向包含键值的数据行。
- If the nonclustered index is over a heap, the data row locator is the heap RID. 如果非聚集索引在堆上,则数据行定位符是堆RID。
- Class and indicates whether the field is the primary key for the data row. 类的新实例,并指示该字段是否是数据行的主键。
- The pointer from an index row in a nonclustered index to a data row is called a row locator. 从非聚集索引中的索引行指向数据行的指针称为行定位器。
- The error or the truncation data row is directed to the error output of the source, transformation, or destination. 将错误或截断的数据行定向到源、转换或目标的错误输出。
- The error or the truncation is ignored and the data row is directed to the output of the transformation or source. 忽略错误或截断,并且将数据行定向到转换或源的输出。
- The RowDataBound event handler is called one time for each data row that is displayed by the GridView control. 将为GridView控件所显示的每个数据行调用一次RowDataBound事件处理程序。
- If the nonclustered index is over a clustered index, the data row locator is the clustering key. 如果非聚集索引在聚集索引之上,则数据行定位符是聚集键。
- Each data row contains information as to it's RowState (for example, Added, Modified, Deleted, Unchanged). 每个数据行都包含关于其RowState的信息(例如,Added、Modified、Deleted、Unchanged)。
- Each data row in the DetailsView control is created by declaring a field control. DetailsView控件中的每个数据行是通过声明一个字段控件创建的。
- This locator points to the data row in the clustered index or heap having the key value. 此定位符指向聚集索引或堆中包含该键值的数据行。
- The transformation evaluates expressions, and based on the results, directs the data row to the specified output. 此转换将计算表达式,并且根据结果将数据行定向到指定输出。
- Calculate the space that each of these groups of columns occupies within the data row. 计算每组列在数据行中所占据的空间。
- Control displays all data rows from the Categories table. 控件显示了Categories表中的所有数据行。
- This includes the data rows of the table and the index B-tree. 包括表的数据行和索引B树。
- A typical use is to specify the primary field of a data record so that at run time you can identify the data row displayed in the list. 典型用法是指定数据记录的主字段,以便在运行时可以标识在列表中显示的数据行。
- The primary key is used for locating the data row that will be updated or deleted, but no other comparison of the data is performed. 主键用于查找即将更新或删除的数据行,但不会执行任何其他的数据比较。
- The Database Engine first scans the data pages of the base table to retrieve key values and builds an index leaf row for each data row. 数据库引擎首先扫描基表的数据页以检索键值,并为每个数据行生成索引叶行。