Subject | English | Chinese simplified |
comp., MS | aggregate function | 聚合函数 (A function that performs a calculation on multiple values and returns a single value) |
comp., MS | built-in functions | 内置函数 (A group of predefined functions provided as part of the Transact-SQL and Multidimensional Expressions languages) |
comp., MS | callback function | 回调函数 (A function provided by (IIS) that allows an Internet Server API (ISAPI) extension or filter to access IIS services) |
comp., MS | CLR function | CLR 函数 (A function created against a SQL Server assembly whose implementation is defined in an assembly created in the .NET Framework common language runtime (CLR)) |
comp., MS | conversion function | 转换函数 (A function that converts one data type or format to another data type or format) |
comp., MS | data collection control function | 数据集合控制功能 (An API function that provides sophisticated control over the data collection logger) |
comp., MS | domain function | 域函数 (A function, such as DAvg or DMax, that is used to calculate statistics over a set of records (a domain)) |
comp., MS | dynamic management function | 动态管理函数 (One of a set of built-in functions that returns server state information about values, objects, and settings in SQL Server) |
comp., MS | easing function | 缓动函数 (A mathematical formula to produce more realistic animations. For example, an easing function can be used to create objects that bounce or spring realistically) |
comp., MS | Evaluating Offshoring Strategy for HR Functions | 评估 HR 职能外包策略 (A template that addresses, from a Human Resources perspective, the general activities that define an evaluation of an off-shoring strategy for Human Resource functions) |
comp., MS | Excel Cube Functions | Excel 多维数据集功能 (Functions used to extract and display OLAP data (sets and values)) |
comp., MS | failed function | 失败的函数 (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) |
comp., MS | function activity | 函数活动 (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) |
comp., MS | function offset | 函数偏移量 (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)) |
comp., MS | Function procedure | Function 过程 (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) |
comp., MS | Function tablet button | Tablet 功能按钮 (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) |
comp., MS | hash function | 哈希算法 (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) |
comp., MS | interesting function | 兴趣函数 (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) |
comp., MS | job function | 工作职能 (One or more tasks, duties, and responsibilities that are assigned to a job) |
comp., MS | kernel function | 内核函数 (A program designed to be executed on an accelerator in a C++ Accelerated Massive Parallelism (C++ AMP) application) |
comp., MS | key derivation function | 密钥派生功能 (A cryptographic function that generates key material from a secret value) |
comp., MS | lambda function | lambda 函数 (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; }) |
comp., MS | multi-function printer | 多功能打印机 (An office machine that is able to perform multiple functions such as print, copy, scan, and send faxes) |
comp., MS | niladic functions | niladic 函数 (Functions that do not have any input parameters) |
comp., MS | partition function | 分区功能 (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) |
comp., MS | pseudo-random function | 伪随机功能 (A function that takes a key, label, and seed as input, then produces an output of arbitrary length) |
comp., MS | ranking function | 排名函数 (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) |
comp., MS | Remote Function Call | 远程功能调用 (A SAP protocol that enables external systems to call SAP ABAP function modules. RFCs enable remote calls between two SAP systems or between a SAP system and a non-SAP system) |
comp., MS | restricted function | 受限功能 (A function or an operation that can be executed only under certain circumstances, especially when the central processing unit (CPU) is in privileged mode) |
comp., MS | row aggregate function | 行聚合函数 (A function that generates summary values, which appear as additional rows in the query results) |
comp., MS | scalar-valued function | 标量值函数 (A function that returns a single value, such as a string, integer, or bit value) |
comp., MS | splitter function | 拆分器功能 (A function used to split the specified columns into a set of additional columns using the specified splitter) |
comp., MS | system functions | 系统函数 (A set of built-in functions that perform operations on and return the information about values, objects, and settings in SQL Server) |
comp., MS | table-valued function | 表值函数 (A user-defined function that returns a table) |
comp., MS | unmanaged function | 未托管的函数 (A function that is compiled to machine code (such as x86 or x64) as opposed to intermediate language (IL)) |
comp., MS | user-defined aggregate function | 用户定义聚合函数 (An aggregate function created against a SQL Server assembly whose implementation is defined in an assembly created in the .NET Frameworks common language runtime) |
comp., MS | validation function | 验证函数 (A function that determines whether or not a string meets certain requirements) |