Subject | English | Chinese Taiwan |
comp., MS | Make Table query | 產生資料表查詢 (A query (SQL statement) that creates a new table and then creates records (rows) in it by copying records from an existing table) |
comp., MS | make-table query | 產生資料表查詢 (A query (SQL statement) that creates a new table and then creates records (rows) in it by copying records from an existing table) |
comp., MS | Page Table Entry | 分頁表項目 (Information about the mapping between a page of virtual memory and a page of physical memory. Each process owns a set of page tables; each page table contains a set of page table entries) |
comp., MS | partitioned table parallelism | 分割資料表平行處理原則 (The parallel execution strategy for queries that select from partitioned objects. As part of the execution strategy, the query processor determines the table partitions that are required for the query and the proportion of threads to allocate to each partition. In most cases, the query processor allocates an equal or almost equal number of threads to each partition, and then executes the query in parallel across the partitions) |
comp., MS | table data region | 資料表資料區域 (A report item on a report layout that displays data in a columnar format) |
comp., MS | Table Designer | 資料表設計工具 (A visual design surface that is used to create and edit TSQL tables and table related objects) |
comp., MS | Table Hierarchy | 表格階層圖 (A SmartArt graphic layout used to show groups of information built from top to bottom, and the hierarchies within each group. This layout does not contain connecting lines) |
comp., MS | table layout | 表格版面配置 (The layout of a form in which all elements are positioned in cells within a table) |
comp., MS | Table List | 表格清單 (A SmartArt graphic layout used to show grouped or related information of equal value. The first Level 1 line of text corresponds to the top shape and its Level 2 text is used for the subsequent lists) |
comp., MS | table lock | 資料表鎖定 (A lock on a table including all data and indexes) |
comp., MS | table of contents | 目錄 (The listing of contents at the beginning of a document or file) |
comp., MS | table of figures | 圖表目錄 (A list of the captions for pictures, charts, graphs, slides, or other illustrations in a document, along with the numbers of the pages the captions appear on) |
comp., MS | table-per hierarchy | 單表 (A method of modeling a type hierarchy in a database that includes the attributes of all the types in the hierarchy in one table) |
comp., MS | table-per-concrete type | 一實體類一表 (A method of mapping the inheritance where each non-abstract type in the hierarchy is mapped to separate table in the database. Often used when there are unrelated tables that store the same kinds of data in the database. For example, the Product and DiscontinuedProduct tables) |
comp., MS | table-per-type | 一類一表 (A method of modeling a type hierarchy in a database that uses multiple tables with one-to-one relationships to model the various types) |
comp., MS | table reference | 資料表參考 (A name, expression or string that resolves to a table) |
comp., MS | Table service | 表格服務 (The data management service in Windows Azure Storage that stores large amounts of structured, non-relational data. The Table service is a NoSQL datastore that accesses authenticated calls from inside and outside Windows Azure) |
comp., MS | table-valued function | 資料表值函式 (A user-defined function that returns a table) |