DictionaryForumContacts

Terms containing queries | all forms | exact matches only
SubjectEnglishTurkish
comp., MSAdvanced Query SyntaxGelişmiş Sorgu Söz Dizimi (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 querytoplama sorgusu (A query (SQL statement) that summarizes information from multiple rows by including an aggregate function such as Sum or Avg)
comp., MSappend queryekleme sorgusu (An action query that adds the records in a query's result set to the end of an existing table)
comp., MScollection-limited querykoleksiyonla sınırlı sorgu (A query that is scoped to include only resources that are in a specified collection)
comp., MScrosstab queryçapraz sorgu (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 queryveri tanımı sorgusu (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 queryertelenmiş sorgu (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 querysilme sorgusu (A query (SQL statement) that removes rows matching the criteria you specify from one or more tables)
comp., MSevent queryolay sorgusu (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 querytam metin sorgusu (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 LanguageGrafik Sorgu Dili (A query language used to query the graph index)
comp., MSimmediate queryanlık sorgu (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., MSinteractive structured query languageetkileşimli yapılandırılmış sorgu dili (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 syntaxanahtar sözcük sorgusu söz dizimi (A query syntax for enterprise search that supports free-text expressions, property restrictions, and specified operators)
comp., MSlanguage-integrated querydil ile tümleşik sorgu (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 queryTablo Yapma sorgusu (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 querymetot tabanlı sorgu (A query expressed as a direct method call to one or more Standard Query Operators)
comp., MSMy QueriesSorgularım (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., MSnested queryiç içe sorgu (A SELECT statement that contains one or more subqueries)
comp., MSNumber of Queries reportSorgu Sayısı raporu (A Web analytics report that provides information on the number searches performed)
comp., MSparameter queryparametre sorgusu (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., MSpolling queryyoklama sorgusu (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., MSPopular Queries reportPopüler Sorgular raporu (A Web analytics report that provides information on the most popular searches)
comp., MSproject queryproje sorgusu (A query that is saved for all users of a project)
comp., MSprompted querybilgi istemli sorgu (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 reportsorgu tabanlı rapor (A type of report generated from an Application Object Tree (AOT) query)
comp., MSquery-based test suitesorgu temelli test paketi (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 BuilderSorgu Tasarımcısı (The user interface for defining work item queries)
comp., MSquery clausesorgu yan tümcesi (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., MSquery governorsorgu idarecisi (A configuration option that can be used to prevent system resources from being consumed by long-running queries)
comp., MSquery keywordsorgu anahtar sözcüğü (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., MSquery patternsorgu kalıbı (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 plansorgu planı (An internal strategy by which a database server tries to create result sets quickly)
comp., MSQuery Remote Desktop Server UtilityUzak Masaüstü Sunucu Sorgulama Yardımcı Programı (A utility that identifies remote desktop servers on the network)
comp., MSquery serversorgu sunucusu (A server that is running the search service and servicing queries)
comp., MSQuery ServiceSorgu Hizmeti (The web service exposed by the web front-end that allows a client program to execute queries)
comp., MSquery-size thresholdsorgu boyutu eşiği (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 ViewSorgu Görünümü (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 Web ServiceSorgu Web Hizmeti (A Provisioning Server Web service that responds to customer service related queries from solution providers)
comp., MSQuery windowSorgu penceresi (A window in which you work with queries in Design view, Datasheet view, SQL view, or Print Preview)
comp., MSrange queryaralık sorgusu (A query that specifies a range of values as part of the search criteria, such as all rows from 10 through 100)
comp., MSrecursive queryözyinelenen sorgu (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., MSselect queryseçme sorgusu (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 sorgusu (An SQL statement, such as SELECT, INSERT, UPDATE, DELETE, or CREATE TABLE)
comp., MSstar queryyıldız sorgusu (A query that joins a fact table and a number of dimension tables)
comp., MSStructured Query LanguageYapılandırılmış Sorgu Dili (A database query and programming language widely used for accessing, querying, updating, and managing data in relational database systems)
comp., MSupdate querygüncelleştirme sorgusu (An action query that changes a set of records according to criteria you specify. An update query does not return any records)

Get short URL