Subject | English | Thai |
comp., MS | action query | แบบสอบถามแอคชัน (A query that copies or changes data) |
comp., MS | Advanced Query Syntax | ไวยากรณ์แบบสอบถามขั้นสูง (A search query syntax that helps produce more precise search results by using targeted queries that search specific properties in a message type. AQS defines certain keywords which can be used to refine the search query, such as specifying boolean operations on searched terms (AND, OR, NOT) as well as to specify further filters based on file metadata or file type. It can also be used to limit results from specific information stores like regular files, offline files cache, or e-mail stores) |
comp., MS | append query | แบบสอบถามแบบใช้ผนวกข้อมูล (An action query that adds the records in a query's result set to the end of an existing table) |
comp., MS | Content by Query | เนื้อหาตามแบบสอบถาม (A Web Part that queries data from multiple sources within a site collection and presents that data in a custom view) |
comp., MS | Content Query | แบบสอบถามเนื้อหา (A Web Part that queries data from multiple sources within a site collection and presents that data in a custom view) |
comp., MS | crosstab query | แบบสอบถามแบบตาราง (A query that calculates a sum, average, count, or other type of total on records, and then groups the result by two types of information: one down the left side of the datasheet and the other across the top) |
comp., MS | data-definition query | แบบสอบถามแบบสร้างข้อกำหนดข้อมูล (An SQL-specific query that contains data definition language (DDL) statements. These statements allow you to create or alter objects in the database) |
comp., MS | deferred query | แบบสอบถามแบบเลื่อนเวลา (A LINQ query that is not evaluated until it is iterated over, either with a foreach statement (C) or a For Each statement (Visual Basic), or by manually using the underlying GetEnumerator and MoveNext methods) |
comp., MS | delete query | แบบสอบถามแบบใช้ลบข้อมูล (A query (SQL statement) that removes rows matching the criteria you specify from one or more tables) |
comp., MS | event query | แบบสอบถามเหตุการณ์ (A WMI Query Language statement that event consumers use to register to receive notification of specific events. An event provider uses an event query to register to generate notifications of specific events) |
comp., MS | Graph Query Language | ภาษาคิวรีสำหรับกราฟ (A query language used to query the graph index) |
comp., MS | immediate query | แบบสอบถามแบบทันที (A LINQ query that is evaluated immediately. Any query that returns a single value, as opposed to a sequence of values, or that is terminated by a call to ToList, ToArray, ToDictionary, or ToLookup) |
comp., MS | keyword query syntax | ไวยากรณ์คิวรีคำสำคัญ (A query syntax for enterprise search that supports free-text expressions, property restrictions, and specified operators) |
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 | method-based query | แบบสอบถามตามเมธอด (A query expressed as a direct method call to one or more Standard Query Operators) |
comp., MS | Microsoft Power Query for Excel | Microsoft Power Query สำหรับ Excel (The Excel business intelligence add-in focused on data discovery and access) |
comp., MS | natural query syntax | ไวยากรณ์แบบสอบถามโดยใช้คำพูด (A search method that lets you direct your search using conversational language) |
comp., MS | parameter query | แบบสอบถามพารามิเตอร์ (A type of query that, when you run it, prompts for values (criteria) to use to select the records for the result set so that the same query can be used to retrieve different result sets) |
comp., MS | pass-through query | แบบสอบถามแบบพาส-ทรู (An SQL-specific query you use to send commands directly to an ODBC database server) |
comp., MS | project query | แบบสอบถามโครงการ (A query that is saved for all users of a project) |
comp., MS | prompted query | การสอบถามโดยใช้การพร้อมท์ (A query in which a dialog box prompts a user to supply more information. Prompted queries are constructed with a general expression, not a specific value. The SMS/Configuration Manager Administrator console prompts the user to supply the actual value when the query is run) |
comp., MS | query-based report | รายงานที่ใช้การสอบถาม (A type of report generated from an Application Object Tree (AOT) query) |
comp., MS | query-based test suite | ชุดทดสอบที่ใช้แบบสอบถาม (The set of test cases that are returned when a specific query is run. If new test cases that meet the criteria in this query are added to the test suite, the new test cases will automatically appear in the query-based test suite) |
comp., MS | Query Builder | ตัวสร้าง Query (The user interface for defining work item queries) |
comp., MS | query clause | ส่วนคำสั่งของแบบสอบถาม (" A single clause of a query expression. There are several different query clauses, each identified by its initiating query keyword. For instance, the "from/From clause" refers to clauses like "From c In customers" in Visual Basic, or "from c in customers" in C.") |
comp., MS | query expression | นิพจน์แบบสอบถาม (An expression that uses a language-integrated syntax for queries) |
comp., MS | query keyword | คำสำคัญของแบบสอบถาม (A contextual keyword in C and Visual Basic that designates the query clause of a query expression. For example, from, join, and select are query keywords in C, and From, Join, and Select are query keywords in Visual basic) |
comp., MS | query pattern | รูปแบบแบบสอบถาม (The set of standard query operators that is available in all LINQ queries, and the rules that define the structure of a LINQ query) |
comp., MS | query plan | แผนแบบสอบถาม (An internal strategy by which a database server tries to create result sets quickly) |
comp., MS | query role | หน้าที่การสอบถาม (The role name of a server that services queries in the farm topology) |
comp., MS | query rule | กฎแบบสอบถาม (A rule that an administrator can configure and apply to query processing to help optimize results and create an enhanced user experience) |
comp., MS | query server | เซิร์ฟเวอร์แบบสอบถาม (A server that is running the search service and servicing queries) |
comp., MS | Query Service | บริการการสอบถาม (The web service exposed by the web front-end that allows a client program to execute queries) |
comp., MS | query-size threshold | ขีดจำกัดขนาดแบบสอบถาม (An administrative setting that limits the number of query results for SharePoint lists, sites, and site collections that contain a large number of items) |
comp., MS | query variable | ตัวแปรแบบสอบถาม (A variable that stores a query, as opposed to the results of a query) |
comp., MS | Query View | มุมมอง Query (The Visual Studio document window that contains both the query builder and the results list. Query View is designed to help you quickly define and run your own queries) |
comp., MS | Query window | หน้าต่างแบบสอบถาม (A window in which you work with queries in Design view, Datasheet view, SQL view, or Print Preview) |
comp., MS | recursive query | การสอบถามแบบเรียกซ้ำ (A query made to a DNS server in which the requester asks the server to assume the full workload and responsibility for providing a complete answer to the query. The DNS server will then use separate iterative queries to other DNS servers on behalf of the requester to assist in completing an answer for the recursive query) |
comp., MS | Run Query | เรียกใช้แบบสอบถาม (A command to run a work item query) |
comp., MS | select query | แบบสอบถามแบบใช้เลือกข้อมูล (A query that asks a question about the data stored in your tables and returns a result set in the form of a datasheet, without changing the data) |
comp., MS | sql query | แบบสอบถาม SQL (An SQL statement, such as SELECT, INSERT, UPDATE, DELETE, or CREATE TABLE) |
comp., MS | SQL-specific query | แบบสอบถามแบบระบุเป็น SQL (A query that consists of an SQL statement. Subqueries and pass-through, union, and data-definition queries are SQL-specific queries) |
comp., MS | standard query operator | ตัวดำเนินการแบบสอบถามมาตรฐาน (A method that constitutes a query pattern and that is implemented by a LINQ provider for a specific domain. Standard query operators are defined in the System.Linq.Enumerable class) |
comp., MS | totals query | แบบสอบถามแบบใช้หาผลรวม (A query that displays a summary calculation, such as an average or sum, for values in various fields from a table or tables. A totals query is not a separate kind of query; rather, it extends the flexibility of select queries) |
comp., MS | union query | แบบสอบถามแบบร่วม (A query that uses the UNION operator to combine the results of two or more select queries) |
comp., MS | update query | แบบสอบถามแบบใช้ปรับปรุงข้อมูล (An action query that changes a set of records according to criteria you specify. An update query does not return any records) |
comp., MS | work item query | แบบสอบถามรายการงาน (A specialized SELECT statement containing a WHERE clause, and COLUMN and SORT BY elements. Work Item Query is modeled after SQL queries) |
comp., MS | XML Query | แบบสอบถาม XML (Functional query language that is broadly applicable to a variety of XML data types derived from Quilt, XPath, and XQL. Both Ipedo and Software AG implement their own versions of the W3C's proposed specification for the XQuery language. Also called: XML Query, XQL) |