DictionaryForumContacts

   English
Terms for subject Microsoft containing function | all forms | exact matches only
EnglishGerman
add-in functionAdd-In-Funktion (A worksheet function that is provided by an add-in, instead of being built-in)
aggregate functionAggregatfunktion (A function that performs a calculation on multiple values and returns a single value)
Bessel functionBessel-Funktion (A worksheet function that can be used to perform engineering calculations in Excel)
callback functionRückruffunktion (A function provided by (IIS) that allows an Internet Server API (ISAPI) extension or filter to access IIS services)
CLR functionCLR-Funktion (A function created against a SQL Server assembly whose implementation is defined in an assembly created in the .NET Framework common language runtime (CLR))
data collection control functionSteuerungsfunktion für die Datenerfassung (An API function that provides sophisticated control over the data collection logger)
domain functionDomänenfunktion (A function, such as DAvg or DMax, that is used to calculate statistics over a set of records (a domain))
dynamic management functiondynamische Verwaltungsfunktion (One of a set of built-in functions that returns server state information about values, objects, and settings in SQL Server)
easing functionBeschleunigungsfunktion (A mathematical formula to produce more realistic animations. For example, an easing function can be used to create objects that bounce or spring realistically)
Excel Cube FunctionsExcel-Cubefunktionen (Functions used to extract and display OLAP data (sets and values))
failed functionfehlerhafte Funktion (The function call from the call stack that actually caused an exception, for example, the last method called from the user code or a call to a web service or .NET Remoting call)
function activityFunktionsaktivität (A workflow activity for simple data manipulations as a result of a request, e.g. concatenating the first name and last name of a user to produce the display name)
function callFunktionsaufruf (A program's request for the services of a particular function)
function keyFunktionstaste (Any of the 10 or more keys labeled F1, F2, F3, and so on, that are placed along the left side or across the top of a keyboard (or both) and are used for special tasks by different programs. The meaning of a function key is defined by a program or, in some instances, by the user. Function keys are used in application programs or the operating system to provide either a shortcut for a series of common instructions (such as calling up a program's on-screen help facility) or a feature that is not otherwise available)
function offsetFunktionsoffset (Permits using Ildasm.exe to locate the actual line of source code corresponding to the particular stack frame. Function offsets appear in the event detail stack area (at the end of each stack frame))
Function procedureFunktionsprozedur (A procedure that returns a value and that can be used in an expression. You declare a function with the Function statement and end it with the End Function statement)
Function procedureFunction-Prozedur (A procedure that returns a value and that can be used in an expression. You declare a function with the Function statement and end it with the End Function statement)
Function tablet buttonTablettfunktionstaste (A tablet button that you can use in combination with other tablet buttons to do a task. This is similar to using a key combination on a standard keyboard)
hash functionHashfunktion (An algorithm that produces a hash value of some piece of data, such as a message or session key. With a good hash algorithm, changes in the input data can change every bit in the resulting hash value; for this reason, hashes are useful in detecting any modification in a data object, such as a message. Furthermore, a good hash algorithm makes it computationally infeasible to construct two independent inputs that have the same hash. Typical hash algorithms include MD2, MD4, MD5, and SHA-1)
interesting functioninteressante Funktion (A function is "interesting" if APM has been configured to collect it. Operations Manager comes with a predefined list of well known functions; additional methods can be added to customize monitoring)
job functionStellenfunktion (One or more tasks, duties, and responsibilities that are assigned to a job)
kernel functionKernelfunktion (A program designed to be executed on an accelerator in a C++ Accelerated Massive Parallelism (C++ AMP) application)
key derivation functionSchlüsselableitungsfunktion (A cryptographic function that generates key material from a secret value)
lambda functionLambda-Funktion (A block of programming language code that operates as a function but is not named and cannot be called or referenced except through normal flow of operation. For example, the instruction within the braces in the following code is a lambda function: for (int x=0; x<10; x++) { int y = 2*x; })
multi-function printerMultifunktionsdrucker (An office machine that is able to perform multiple functions such as print, copy, scan, and send faxes)
niladic functionsNILADIC-Funktionen (Functions that do not have any input parameters)
partition functionPartitionsfunktion (A function that defines how the rows of a partitioned table or index are spread across a set of partitions based on the values of certain columns, called partitioning columns)
pseudo-random functionPseudozufallsfunktion (A function that takes a key, label, and seed as input, then produces an output of arbitrary length)
ranking functionRangfolgefunktion (Function that returns ranking information about each row in the window (partition) of a result set depending on the row's position within the window)
restricted functioneingeschränkte Funktion (A function or an operation that can be executed only under certain circumstances, especially when the central processing unit (CPU) is in privileged mode)
row aggregate functionZeilenaggregatfunktion (A function that generates summary values, which appear as additional rows in the query results)
scalar-valued functionSkalarwertfunktion (A function that returns a single value, such as a string, integer, or bit value)
splitter functionTeilungsfunktion (A function used to split the specified columns into a set of additional columns using the specified splitter)
summary functionZusammenfassungsfunktion (A type of calculation that combines source data in a PivotTable report or a consolidation table, or when you are inserting automatic subtotals in a list or database)
table-valued functionTabellenwertfunktion (A user-defined function that returns a table)
unmanaged functionnicht verwaltete Funktion (A function that is compiled to machine code (such as x86 or x64) as opposed to intermediate language (IL))
user functionBenutzeraufgabenbereich (A grouping of the tasks a certain employee needs to perform when participating in a specific business process)
user-defined aggregate functionbenutzerdefinierte Aggregatfunktion (An aggregate function created against a SQL Server assembly whose implementation is defined in an assembly created in the .NET Frameworks common language runtime)