DictionaryForumContacts

   German
Terms for subject Microsoft containing Abfrage | all forms | exact matches only
GermanEnglish
Abfrage ausführenRun Query (A command to run a work item query)
Abfrage-GeneratorQuery Builder (The user interface for defining work item queries)
auf eine Sammlung begrenzte Abfragecollection-limited query (A query that is scoped to include only resources that are in a specified collection)
eingegebene Abfrageprompted 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)
erneut abfragenrequery (To rerun a query underlying the active form or datasheet in order to reflect changes to the records, display newly added records, and eliminate deleted records)
geschachtelte Abfragenested query (A SELECT statement that contains one or more subqueries)
grafischer Abfrage-Designergraphical 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)
Hilfsprogramm für die Remotedesktopserver-AbfrageQuery Remote Desktop Server Utility (A utility that identifies remote desktop servers on the network)
Inhalt nach AbfrageContent by Query (A Web Part that queries data from multiple sources within a site collection and presents that data in a custom view)
Insert Values-AbfrageInsert Values query (A query (SQL statement) that creates a new row and inserts values into specified columns)
kompilierte Abfragecompiled query (A query that has been pre-compiled and cached for the future reuse)
methodenbasierte Abfragemethod-based query (A query expressed as a direct method call to one or more Standard Query Operators)
parametrisierte Abfrageparameterized query (A query that accepts input values through parameters)
Pass-Through-Abfragepass-through query (An SQL-specific query you use to send commands directly to an ODBC database server)
rekursive Abfragerecursive 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)
SIM-PIN AbfrageSIM security (A toggle switch that you tap to enter a SIM PIN)
sofortige Abfrageimmediate 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)
SQL-Abfragesql query (An SQL statement, such as SELECT, INSERT, UPDATE, DELETE, or CREATE TABLE)
SQL-AbfrageSQL-specific query (A query that consists of an SQL statement. Subqueries and pass-through, union, and data-definition queries are SQL-specific queries)
Stehende Abfragestanding query (An instantiation of a query template that runs within the StreamInsight server performing continuous computation over the incoming events)
stehende Abfragestanding query (ssn)
tabellarische Abfragetabular query (A standard operation such as search, sort, filter or transform on data in a table)
Union-Abfrageunion query (A query that uses the UNION operator to combine the results of two or more select queries)
verteilte Abfragedistributed query (A single query that accesses data from multiple data sources)
zurückgestellte Abfragedeferred 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)