DictionaryForumContacts

   Chinese
Terms for subject Microsoft containing | all forms
ChineseEnglish
交互式 Web 應用web application hybrid (A web application that combines functionality or data from multiple sources into a single, integrated service, application, or medium)
交互式 Web 應用mashup A web application that combines functionality or data from multiple sources into a single, integrated service, application, or medium (Mashup)
代理agent (A managed software component that monitors events and performance pertaining to a specific application component, and transmits observations to a host application for display, action, or reporting)
儲存區驅動store driver (A software component of the Hub Transport Server that delivers inbound messages to Exchange stores, the databases that contain public folder and mailbox stores. The store driver is also responsible for retrieving messages from a user's outbox and submitting it for delivery)
分類categorizer (A component of Exchange transport that processes all incoming messages and determines what to do with the messages based on information about the intended recipients. In Exchange Server 2007, the Edge Transport server uses the categorizer to route the message to the appropriate destination. The Hub Transport server uses the categorizer to expand distribution lists and identify alternate recipients and forwarding addresses. After the categorizer retrieves full information about recipients, it uses that information to apply policies, route the message, and perform content conversion)
商務business process (A specified sequence of steps required to complete a complex task, such as creating a contract. A business process can be performed manually or through the use of a workflow rule)
地址修正代理Address Rewriting agent (An agent on the Receive connector and Send connector on a computer that has the Edge Transport server role installed, which lets e-mail administrators modify the addresses of senders and recipients on messages that enter and leave an Exchange Server 2007 organization)
地址修正輸入代理Address Rewriting Inbound agent (Address Rewriting agent for messages that enter an Exchange Server 2007 organization)
地址修正輸出代理Address Rewriting Outbound agent (Address Rewriting agent for messages that leave an Exchange Server 2007 organization)
外掛plug-in (An auxiliary software component that extends or enhances the features of other software)
子工作流child workflow (A workflow instance that is generated by a parent workflow instance)
宣告式工作流declarative workflow (A workflow that is defined by using workflow markup language contained in XAML-formatted files. The XAML files are deployed and stored in the database)
工作流workflow (A sequence of activities, actions, or tasks through which documents or items are passed as part of an automated business process)
工作流作業workflow job (A job performed on entities or records, based on rules defined in a workflow)
工作流動作workflow action (An element of workflow logic that specifies the event or task that should be performed by the workflow jobs started by the workflow)
工作流原則workflow policy (A group of rules for a workflow)
工作流啟動workflow activation (The process that occurs when a workflow host calls the WorkflowRuntime.CreateWorkflow method)
工作流定義workflow definition (An XML or XOML file that contains the information that other programs require to instantiate and run the workflow. Optionally, any custom metadata the workflow requires to run)
工作流條件workflow condition (A logical "if-then" statement in a workflow that defines a specific situation and any actions that should be taken when that situation occurs)
工作流步驟workflow step (An individual stage defined in a workflow)
工作流活動workflow activity (An elemental unit of a workflow that represents actions and provides functionality for control flow, conditions, event handling, state management, and communication with applications and services)
工作流監視器Workflow Monitor (A tool used to view the status of workflow and sales processes in the organization)
工作流管理員Workflow Manager (A tool used to create, customize, and edit workflow rules and rule templates, and sales process rules and rule templates)
工作流範本workflow template (A template that serves exclusively as the basis for creating other workflows. Workflow templates cannot start workflow jobs)
工作流處理workflow process (A series of interrelated action steps and the workflow rules that drive the transition between these steps. A workflow process defines the actions the workflow should take at each step, and the workflow rules the workflow should use to evaluate when to proceed to the next step)
工作流規則workflow rule (A set of action steps in a business process or sales process. A workflow rule specifies the required activities for a workflow and the order in which those activities must be performed)
工作流註冊workflow registration (A registration process that occurs when you add a workflow definition to the Microsoft Dynamics CRM database)
工作流選項workflow option (A parameter for a workflow that includes settings that determine which records it acts on and how it is triggered)
工作流階段workflow stage (An element of workflow logic that groups steps. Adding stages to a workflow does not affect how the steps function. Stages are purely for conceptual grouping of steps within complex workflows)
惡意式碼malware (Software that fulfills the deliberately harmful intent of an attacker when run)
ASP.NET Web 應用ASP.NET Web application (An application that processes HTTP requests (Web requests) and executes on top ASP.NET. An ASP.NET Web application can include ASP.NET pages, XML Web services, HTTP handlers, and HTTP modules)
應用式伺服器角色Application Server role (A role that consists of the services that provide users access to data and content. To run Microsoft Dynamics CRM, you must have at least one computer that is running the Application Server role)
應用式共用application sharing (A feature that allows a user to share documents or applications with others. The user can also choose to give another person control of an application or the user's computer)
應用式基底application base (The directory where the .exe file that loads into the initial or default application domain is located. If you create your own application domain, the application base is the location you specify in the AppDomainSetup class)
應用式定義域application domain (A boundary that the common language runtime establishes around objects created within the same application scope (that is, anywhere along the sequence of object activations beginning with the application entry point). Application domains help isolate objects created in one application from those created in other applications so that run-time behavior is predictable. Multiple application domains can exist in a single process)
ASP.NET 應用式服務資料庫ASP.NET application services database (In ASP.NET, a database that stores the data for several ASP.NET application services, including membership, Web Parts personalization, roles, and profiles. The database can be a local database in the Web site's App_Data folder or a SQL Server or other database, depending on how the site is configured)
應用式狀態application state (In ASP.NET, a variable store that is created on the server for the current application and is shared by all users. Application state is typically used to store information that is used for all users, such as application-wide settings)
應用式驗證器Application Verifier (A graphical user interface (GUI) tool that aids IT managers and developers in testing applications on Microsoft® Windows® and the Windows Server family. It helps developers identify potential application compatibility, stability, and security issues)
指令cmdlet (A small, basic command, named in the form "verb-noun" and implemented as a .Net class that derives from a base cmdlet class)
指定工作流on-demand workflow (A type of workflow that runs only when a user specifically starts it from within the Web application UI. User action is required to start the workflow)
Schedule (A button that launches the Service Scheduling form)
助理員Scheduling Assistant (An Outlook and Outlook Web Access feature that automatically suggests the best meeting times for a given a group of attendees, allowing users to schedule people and resources quickly and efficiently)
會議Schedule a Meeting (A menu item that opens an Outlook meeting invitation prepopulated with the selected contact(s))
日誌代理journaling agent (A compliance-focused agent that is configured to journal e-mail messages that are sent or received by departments or individuals in an Exchange Server 2007 organization, to and from recipients outside the organization, or both for use in the organization's e-mail retention or archival strategy)
特洛伊木馬Trojan horse (A program that appears to be useful or harmless but that contains hidden code designed to exploit or damage the system on which it is run)
MFC 式庫Microsoft Foundation Class Library (A library of C++ classes that forms an object-oriented wrapper around large portions of the Windows API and provides a framework on which to build applications)
Unmanaged 式碼unmanaged code (Code that is executed directly by the operating system, outside the .NET Framework common language runtime. Unmanaged code must provide its own memory management, type checking, and security support, unlike managed code, which receives these services from the common language runtime)
Managed 式碼managed code (Code that is executed by the common language runtime environment rather than directly by the operating system. Managed code applications gain common language runtime services such as automatic garbage collection, runtime type checking and security support, and so on. These services help provide uniform platform- and language-independent behavior of managed-code applications)
式碼後置檔案code-behind file (A code file containing the page class that implements the program logic of a Web Forms or ASP.NET mobile Web Forms application)
式碼後置頁面code-behind page (A code file containing the page class that implements the program logic of a Web Forms or ASP.NET mobile Web Forms application)
式碼後置類別code-behind class (A class that is accessed by an .aspx file, but resides in a separate file (such as a .dll or .cs file). For example, you can write a code-behind class that creates an ASP.NET custom server control, contains code that is called from an .aspx file, but does not reside within the .aspx file)
Windows Live 式集Windows Live Essentials (The set of Microsoft software for email, instant messaging, photos, and personal movies available to customers in a single download and installation)
自動化伺服Automation server (An application that enables its objects, methods, and properties to be controlled by other applications through Automation)
自動工作流automatic workflow (A type of workflow that runs as soon as the conditions defined in the workflow logic are met. No user action is required to start the workflow)
行動式碼mobile code (Any code placed on a central server that is meant to be downloaded and run by multiple clients. Mobile code can be distributed using Web servers, FTP servers, file shares, and so on. Typically, users run mobile code from the intranet and Internet zones)
訊息應用式發展介面Messaging Application Programming Interface (A messaging architecture that enables multiple applications to interact with multiple messaging systems across a variety of hardware platforms. MAPI is built on the Component Object Model (COM) foundation)
雜湊式碼hash code (A fixed-size result that is obtained by applying a one-way mathematical function (sometimes called a hash algorithm) to an arbitrary amount of data. If there is a change in the input data, the hash changes. The hash can be used in many operations, including authentication and digital signing)
電腦computer program (A set of instructions in some computer language intended to be executed on a computer so as to perform some task. The term usually implies a self-contained entity, as opposed to a routine or a library)
驗證validator (A server control, included with ASP.NET, that verifies user input. The input is checked as it comes from HTML server controls and Web server controls (for example, a Web page form) against programmer-defined requirements. Validation controls perform input checking in server code. If the user is working with a browser that supports DHTML, the validation controls can also perform validation using client script)