DictionaryForumContacts

Terms containing Query | all forms | exact matches only
SubjectEnglishJapanese
comp.n action queryアクション・クエリ
comp., MSaction queryアクション クエリ (A query that copies or changes data)
comp.n action queryアクションクエリ
comp., MSAdvanced 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., MSaggregate query集計クエリ (A query (SQL statement) that summarizes information from multiple rows by including an aggregate function such as Sum or Avg)
comp., MSANSI SQL query modeANSI SQL クエリ モード (One of two types of SQL syntax: ANSI-89 SQL (also called Microsoft Jet SQL and ANSI SQL), which is the traditional Jet SQL syntax; and ANSI-92 SQL, which has new and different reserved words, syntax rules, and wildcard characters)
comp., MSappend query追加クエリ (An action query that adds the records in a query's result set to the end of an existing table)
comp., MScollection-limited queryコレクション限定クエリ (A query that is scoped to include only resources that are in a specified collection)
comp., MScompiled queryコンパイルされたクエリ (A query that has been pre-compiled and cached for the future reuse)
comp., MSContent by Queryクエリ結果 (A Web Part that queries data from multiple sources within a site collection and presents that data in a custom view)
comp., MSContent Queryクエリ結果 (A Web Part that queries data from multiple sources within a site collection and presents that data in a custom view)
comp., MScrosstab 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., MSdata-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., MSdeferred 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., MSdelete query削除クエリ (A query (SQL statement) that removes rows matching the criteria you specify from one or more tables)
comp., MSdistributed query分散クエリ (A single query that accesses data from multiple data sources)
comp., MSDistributed Query Processor分散クエリ プロセッサ (A query feature that enables query access to multiple data sources on multiple servers, to combine views, to create data warehouses, and so on. The Distributed Query Processor (DQP) supports an extended version of the SQL language that permits users to qualify table names with the databases in which they exist. Using DQP, a user can formulate queries that span multiple distributed databases)
comp., MSevent 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., MSfull-text queryフルテキスト クエリ (As a SELECT statement, a query that searches for words, phrases, or multiple forms of a word or phrase in the character-based columns (of char, varchar, text, ntext, nchar, or nvarchar data types). The SELECT statement returns those rows meeting the search criteria)
comp., MSGraph Query Languageグラフ クエリ言語 (A query language used to query the graph index)
comp., MSgraphical query designerグラフィカル クエリ デザイナー (A query designer provided by the Reporting Services that allows the user to interactively build a query and view the results for data source types SQL Server, Oracle, OLE DB, and ODBC)
comp., MSimmediate 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., MSInsert Into query値の挿入クエリ (A query that copies specific columns and rows from one table to another or to the same table)
comp., MSInsert Values query値挿入クエリ (A query (SQL statement) that creates a new row and inserts values into specified columns)
comp., MSinteractive structured query language対話式構造化照会言語 (An interactive command prompt utility provided with SQL Server that lets users run Transact-SQL statements or batches from a server or workstation and view the results that are returned)
comp., MSkeyword query syntaxキーワード クエリ構文 (A query syntax for enterprise search that supports free-text expressions, property restrictions, and specified operators)
comp., MSlanguage-integrated query統合言語クエリ (A query syntax that defines a set of query operators that allow traversal, filter, and projection operations to be expressed in a direct, declarative way in any .NET-based programming language)
comp., MSMake 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., MSmake-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., MSmethod-based queryメソッド ベースのクエリ (A query expressed as a direct method call to one or more Standard Query Operators)
comp., MSMy Queriesマイ クエリ (A folder under the work items node of every Team Foundation project that contains queries defined by, and seen only by the current user)
comp., MSnatural query syntaxナチュラル クエリ構文 (A search method that lets you direct your search using conversational language)
comp., MSnested query入れ子になったクエリ (A SELECT statement that contains one or more subqueries)
comp., MSobject queryオブジェクト クエリ (A query executed against an EDM within an object context that returns data as objects)
comp., MSparameter 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., MSparameterized queryパラメーター化クエリ (A query that accepts input values through parameters)
comp., MSpass-through queryパススルー クエリ (An SQL-specific query you use to send commands directly to an ODBC database server)
comp., MSpolling queryポーリング クエリ (A singleton query that returns a value Analysis Services can use to determine if changes have been made to a table or other relational object)
comp., MSproject queryプロジェクト クエリ (A query that is saved for all users of a project)
comp., MSprompted 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., MSquery-based reportクエリ ベース レポート (A type of report generated from an Application Object Tree (AOT) query)
comp., MSquery-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., MSquery binderクエリ バインダー (An object that binds an existing StreamInsight query template to specific input and output adapters)
comp., MSquery bindingクエリ バインド (The process of binding instances of input adapters and instances of output adapters to an instance of a query template)
comp., MSQuery Builderクエリ ビルダー (The user interface for defining work item queries)
comp., MSquery by example例示照会プログラム (" A simple-to-use query language implemented on several relational database management systems. Using query by example, the user specifies fields to be displayed, intertable linkages, and retrieval criteria directly onto forms displayed on the screen. These forms are a direct pictorial representation of the table and row structures that make up the database. Thus, the construction of a query becomes a simple "checkoff" procedure from the viewpoint of the user. ")
comp., MSquery channelクエリ チャネル (A DDE channel used in a conversation between the destination application and a specific query (for example, Query1) in Query. To use a query channel, you must have already opened the query window using a system channel)
comp.n query channelクエリ・チャネル
comp.n query channelクエリチャネル
comp., MSquery clauseクエリ句 (The combination of an expression (or query subclause) and its adjacent logical operator. It is modeled on the WHERE clause of a SQL statement and contains Field Name, operator, and value)
comp.n query designクエリ・デザイン
comp., MSquery designクエリ デザイン (All elements included in the Query window, such as tables, criteria, the order in which fields are arranged, and so on. The design also specifies whether Auto Query is turned on, and whether you can edit the source data)
comp.n query designクエリデザイン
comp., MSquery expressionクエリ式 (An expression that uses a language-integrated syntax for queries)
comp., MSquery fieldクエリ フィールド (A field that can contain a value that is used in a query)
comp., MSquery governorクエリ ガバナー (A configuration option that can be used to prevent system resources from being consumed by long-running queries)
comp., MSquery hintクエリ ヒント (A hint that specifies that the indicated hints should be used throughout the query. Query hints affect all operators in the statement)
comp., MSquery 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.n query language照会言語
comp.n query language問合せ言語
gen.query language質問言語
comp., MSquery optimizerクエリ オプティマイザー (A database engine component responsible for generating efficient execution plans for statements)
comp., MSquery pathクエリ パス (A string representation of a path that specifies which related objects to return when a typed object query is executed)
comp., MSquery 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., MSquery planクエリ プラン (An internal strategy by which a database server tries to create result sets quickly)
comp., MSQuery Remote Desktop Server Utilityリモート デスクトップ サーバー照会ユーティリティ (A utility that identifies remote desktop servers on the network)
comp., MSquery roleクエリの役割 (The role name of a server that services queries in the farm topology)
comp., MSquery ruleクエリ ルール (A rule that an administrator can configure and apply to query processing to help optimize results and create an enhanced user experience)
comp., MSquery serverクエリ サーバー (A server that is running the search service and servicing queries)
comp., MSQuery Serviceクエリ サービス (The web service exposed by the web front-end that allows a client program to execute queries)
comp., MSquery-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., MSquery templateクエリ テンプレート (The fundamental unit of query composition. A query template defines the business logic required to continuously analyze and process events submitted to and emitted by the StreamInsight server)
comp., MSquery variableクエリ変数 (A variable that stores a query, as opposed to the results of a query)
comp., MSQuery Viewクエリ ビュー (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., MSQuery windowクエリ ウィンドウ (A window in which you work with queries in Design view, Datasheet view, SQL view, or Print Preview)
comp., MSquery windowクエリ処理時間帯 (A reserved time for performing large, resource-intensive queries for a computer, server farm, or server cluster)
comp., MSrange query範囲クエリ (A query that specifies a range of values as part of the search criteria, such as all rows from 10 through 100)
gen.repeat a query問いなおす
gen.repeat a query問い直す
comp., MSRun Queryクエリの実行 (A command to run a work item query)
comp., MSrunaway queryランナウェイ クエリ (A query with an excessive running time, that can lead to a blocking problem. Runaway queries usually do not use use a query or lock time out)
comp., MSselect 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., MSsql querySQL クエリ (An SQL statement, such as SELECT, INSERT, UPDATE, DELETE, or CREATE TABLE)
comp., MSSQL-specific querySQL クエリ (A query that consists of an SQL statement. Subqueries and pass-through, union, and data-definition queries are SQL-specific queries)
comp., MSstandard 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., MSstanding query継続クエリ (An instantiation of a query template that runs within the StreamInsight server performing continuous computation over the incoming events)
comp., MSstar queryスター型クエリ (A query that joins a fact table and a number of dimension tables)
comp., MSStructured Query Language構造化照会言語 (A database query and programming language widely used for accessing, querying, updating, and managing data in relational database systems)
gen.n structured query language構造化問い合わせ言語
comp., MStabular query表形式クエリ (A standard operation such as search, sort, filter or transform on data in a table)
comp.n text queryテキスト・クエリ
comp., MStext queryテキスト クエリ (One or more phrases that can contain operators, quotation marks, wildcards such as or ?, and parentheses)
comp.n text queryテキストクエリ
comp., MStotals 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., MSunion queryユニオン クエリ (A query that uses the UNION operator to combine the results of two or more select queries)
comp.n union queryユニオン・クエリ
comp.n union queryユニオンクエリ
comp., MSupdate query更新クエリ (An action query that changes a set of records according to criteria you specify. An update query does not return any records)
comp., MSWeb queryWeb クエリ (A query that retrieves data stored on your intranet or the Internet)
comp., MSwork 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., MSWork Item Query Language作業項目クエリ言語 (A loose variant of SQL that describes a query in the Work Item Tracking subsystem of Team Foundation Server using a syntax that contains SELECT, WHERE, COLUMN and SORT clauses. Query View is the user interface for defining work item queries)

Get short URL