DictionaryForumContacts

Terms containing Query | all forms | exact matches only
SubjectEnglishMalay
comp., MSaction querypertanyaan tindakan (A query that copies or changes data)
comp., MSappend querypertanyaan tambah (An action query that adds the records in a query's result set to the end of an existing table)
comp., MSContent by QueryKandungan melalui Pertanyaan (A Web Part that queries data from multiple sources within a site collection and presents that data in a custom view)
comp., MSContent QueryKandungan Pertanyaan (A Web Part that queries data from multiple sources within a site collection and presents that data in a custom view)
comp., MScrosstab querypertanyaan tab silang (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., MSdeferred querypertanyaan tertangguh (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 querypertanyaan padam (A query (SQL statement) that removes rows matching the criteria you specify from one or more tables)
comp., MSevent querypertanyaan peristiwa (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., MSGraph Query LanguageBahasa Pertanyaan Graf (A query language used to query the graph index)
comp., MSimmediate querypertanyaan segera (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., MSkeyword query syntaxsintaks pertanyaan kata kunci (A query syntax for enterprise search that supports free-text expressions, property restrictions, and specified operators)
comp., MSMake Table querypertanyaan Buat Jadual (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 querypertanyaan buat jadual (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 querypertanyaan berasaskan kaedah (A query expressed as a direct method call to one or more Standard Query Operators)
comp., MSMy QueriesPertanyaan Saya (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 syntaxsintaks pertanyaan biasa (A search method that lets you direct your search using conversational language)
comp., MSparameter querypertanyaan parameter (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., MSproject querypertanyaan projek (A query that is saved for all users of a project)
comp., MSquery-based test suitesuit ujian berasaskan pertanyaan (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 BuilderPembina Pertanyaan (The user interface for defining work item queries)
comp., MSquery clauseklausa pertanyaan (" 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., MSquery designreka bentuk pertanyaan (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., MSquery expressionungkapan pertanyaan (An expression that uses a language-integrated syntax for queries)
comp., MSquery fieldmedan pertanyaan (A field that can contain a value that is used in a query)
comp., MSquery keywordkata kunci pertanyaan (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 loggingpengelogan pertanyaan (The process of recording information about user searches, such as search terms and time of access)
comp., MSquery patterncorak pertanyaan (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 planpelan pertanyaan (An internal strategy by which a database server tries to create result sets quickly)
comp., MSquery resulthasil pertanyaan (A result for a given query, which contains the title and URL of the item, and can also contain other managed properties and a hit-highlighted summary)
comp., MSquery roleperanan pertanyaan (The role name of a server that services queries in the farm topology)
comp., MSquery ruleperaturan pertanyaan (A rule that an administrator can configure and apply to query processing to help optimize results and create an enhanced user experience)
comp., MSquery serverpelayan pertanyaan (A server that is running the search service and servicing queries)
comp., MSQuery ServiceKhidmat Pertanyaan (The web service exposed by the web front-end that allows a client program to execute queries)
comp., MSquery tablejadual pertanyaan (A two-dimensional table that presents data from an external data source)
comp., MSquery textteks pertanyaan (The textual string portion of a query. Frequently, a user enters query text, but it can be programmatically amended and is not guaranteed to be exactly what the user typed)
comp., MSquery variablepemboleh ubah pertanyaan (A variable that stores a query, as opposed to the results of a query)
comp., MSQuery ViewPaparan Pertanyaan (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., MSRun QueryPertanyaan Jalanan (A command to run a work item query)
comp., MSsearch querypertanyaan carian (A complete set of conditions that are used to generate search results, including query text, sort order, and ranking parameters)
comp., MSselect querypertanyaan pilih (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 querypertanyaan sql (An SQL statement, such as SELECT, INSERT, UPDATE, DELETE, or CREATE TABLE)
comp., MSstandard query operatoroperator pertanyaan piawai (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., MSStructured Query LanguageBahasa Pertanyaan Berstruktur (A database query and programming language widely used for accessing, querying, updating, and managing data in relational database systems)
comp., MSunion querypertanyaan kesatuan (A query that uses the UNION operator to combine the results of two or more select queries)
comp., MSupdate querypertanyaan kemas kini (An action query that changes a set of records according to criteria you specify. An update query does not return any records)
comp., MSWeb querypertanyaan Web (A query that retrieves data stored on your intranet or the Internet)
comp., MSWMI Query LanguageBahasa Pertanyaan WMI (A subset of ANSI SQL with semantic changes adapted to Windows Management Instrumentation (WMI))
comp., MSwork item querypertanyaan item kerja (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 LanguageBahasa Pertanyaan Item Kerja (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)
comp., MSXML QueryPertanyaan 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)

Get short URL