Subject | English | Chinese Taiwan |
comp., MS | after event | 後置事件 (An asynchronous event whose handler runs only after the action that raised the event is complete) |
comp., MS | aggregate event | 彙總事件 (A type of event that is generated after a series of events of another type have occurred. An aggregate event is used to represent a series of events to avoid flooding the event consumer) |
comp., MS | attached event | 附加事件 (A routed event that can be attached to any ContentElement or UIElement type and that is not limited to the type which defines it) |
comp., MS | BAM Event Bus MMC | BAM 事件匯流排 MMC (The MMC snap-in for the BAM Event Bus) |
comp., MS | before event | 後置事件 (A synchronous event whose handler runs completely before the action that raised the event starts) |
comp., MS | build event | 建置事件 (The definition of the build process. A build event lets you specify an action to occur at a specific time in the build process. For example, you could use a build event to register a file with regsvr32.exe after the project finishes building) |
comp., MS | Calendar Event Search | 行事曆事件搜尋 (A feature that enables a user to search for events in the Calendar using keywords, and use filters to refine the search) |
comp., MS | cascading event | 串聯事件 (A sequence of events caused by an event procedure directly or indirectly calling itself) |
comp., MS | complex event processing | 複雜事件處理 (The continuous and incremental processing of event streams from multiple sources based on declarative query and pattern specifications with near-zero latency) |
comp., MS | CTI event | CTI 事件 (A special punctuation event that indicates the completeness of the existing events) |
comp., MS | current time increment event | 目前時間累加事件 (A special punctuation event that indicates the completeness of the existing events) |
comp., MS | debugger event | 偵錯工具事件 (A diagnostic event in IntelliTrace that occurs within the Visual Studio Debugger when it is running your application) |
comp., MS | deferred event | 延期事件 (In a statechart or activity diagram, an event that must be postponed for later use while another activity is under way. You can show a deferred event for a state by including the event among the state's internal transitions) |
comp., MS | Detected Events | 偵測到的事件 (A feature that identifies a possible meeting request or event in an email message and enables the user to take action on it from within the message) |
comp., MS | diagnostic event | 診斷事件 (Any event that happens during a run of your application that can be recorded by IntelliTrace) |
comp., MS | direct event handling | 直接事件處理 (An event handling strategy that does not involve routing) |
comp., MS | edge event | 邊緣事件 (An event whose event payload is valid for a given interval; however, only the start time is known upon arrival to the CEP server. The valid end time of the event is provided later in a separate edge event) |
comp., MS | event address | 事件位址 (An address similar to a URL that provides network access to an event, such as a live broadcast. Attendees go to this address to view the event from their computers) |
comp., MS | event-based asynchronous pattern | 事件架構非同步模式 (A design pattern that uses events to expose asynchronous features of a class) |
comp., MS | event category | 事件類別目錄 (In SQL Trace, a grouping of similar and logically related event classes) |
comp., MS | event chronicle | 事件紀事輯 (A table that stores event state information) |
comp., MS | event chronicle rule | 事件紀事輯規則 (One or more Transact-SQL statements that manage the data in the event chronicle) |
comp., MS | Event class | 事件類別 (The class that indicates whether an event is a '.NET Performance Event', '.NET Exception Event', 'Client-Side Exception Event', or a 'Client-Side Performance Event') |
comp., MS | event classification | 事件分類 (A means of differentiating types of events that occur on the cache client and cache host. The Windows Server AppFabric log sinks follow the classification established with the System.Diagnostics.TraceLevel enumeration) |
comp., MS | event collection stored procedures | 事件收集預存程序 (System-generated stored procedures that an application can call to submit events to the event table in the application database) |
comp., MS | event consolidation | 事件彙總 (A feature that combines multiple events into one event. The single event identifies the number of consolidated events and when the first and last consolidated events occurred) |
comp., MS | event consumer | 事件消費者 (A recipient of notifications that report an occurrence of an event. An event consumer is either temporary or permanent) |
comp., MS | event consumer provider | 事件消費者提供者 (A provider that determines which permanent event consumer handles a given event) |
comp., MS | event filter | 事件篩選器 (A filter that registers to receive notification of a specific type of event) |
comp., MS | event framework | 事件架構 (The combination of runtime event processing, support programs, code libraries, a scripting language, or other software to help develop and glue together the different components of a software project. In Microsoft Dynamics CRM, the plug-ins and workflows are included in a single event model) |
comp., MS | event handler | 事件處理常式 (A software routine that executes in response to an event) |
comp., MS | event header | 事件標頭 (The portion of an event that defines the temporal properties of the event and the event kind. Temporal properties include a valid start time and end time associated with the event) |
comp., MS | event kind | 事件種類 (Event metadata that defines the event type) |
comp., MS | event listener | 事件接聽程式 (A function or object that invokes an event handler when a specific condition occurs in an application) |
comp., MS | event log | 事件記錄檔 (A record of activities on a computer system. Events can include attempts to establish communication, successful establishment of sessions, failures of system components, attempts to use files that are damaged or missing, configuration problems, and responses from remote systems) |
comp., MS | Event Log service | 事件記錄服務 (A service that records events in the system, security, and application logs) |
comp., MS | event logging | 事件記錄 (The process of recording an audit entry in the audit trail whenever certain events occur, such as services starting and stopping or users logging on and off and accessing resources) |
comp., MS | event model | 事件模型 (The event metadata that defines the temporal characteristics (shape) of the event) |
comp., MS | event notification | 事件通知 (A special kind of trigger that sends information about database events to a service broker) |
comp., MS | event payload | 事件裝載 (The data portion of an event in which the data fields are defined as CLR (common language runtime) types. An event payload is a typed structure) |
comp., MS | event procedure | 事件程序 (A procedure that is automatically executed in response to an event initiated by the user or program code, or that is triggered by the system) |
comp., MS | event processing engine | 事件處理引擎 (The core component of BizTalk RFID. The event processing engine creates and manages an event processing pipeline by using the device and component bindings in each custom source) |
comp., MS | event processing pipeline | 事件處理管線 (The core component of the event processing engine. The pipeline describes the sequence in which events are handled and forwarded in an RFID business process) |
comp., MS | event property | 事件屬性 (A named attribute of a control, form, report, data access page, or section you use to respond to an associated event. You can run a procedure or macro when an event occurs by setting the related event property) |
comp., MS | event provider | 事件提供者 (A provider that monitors a source of events and notifies the event table when events occur) |
comp., MS | event publisher | 事件發行者 (An application, service, or driver that creates an event and delivers it to an event log) |
comp., MS | event query | 事件查詢 (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., MS | event registration | 事件註冊 (An item that resides in a folder that uses an event sink. The item provides the store with information that includes what events will trigger the sink, the name of the sink, and options such as restrictions for when the event will fire) |
comp., MS | event registration item | 事件註冊項目 (A hidden item that contains information about an event sink, information about what events will trigger the event sink, and options that tell when or under what conditions the event sink will be triggered. The event registration item is created in the same folder that is being monitored for events) |
comp., MS | event routing | 事件路由 (In Windows Presentation Foundation and Silverlight, the movement of an event in a tree of elements. There are three types of event routing: direct, bubbling, and tunneling. With direct routing, the event does not move in the tree. With bubbling, the event moves up to the top of the tree. With tunneling, the event starts at the top of the tree and moves down to the source of the event. In Silverlight, event routing and routed events are used, but tunneling is not implemented) |
comp., MS | event source | 事件來源 (The point of origin of an event) |
comp., MS | event table | 事件資料表 (A table in the application database that stores event data) |
comp., MS | event throttling | 事件節流 (Constraining the rate at which events are sent to the APM service to keep CPU utilization low. Events are constrained by the number of events collected in an event group over time) |
comp., MS | Event Trace for Windows | Windows 事件追蹤 (A general-purpose, high-speed tracing feature of Windows) |
comp., MS | Event Tracing for Windows ETW-based log sink | Windows 事件追蹤記錄接收 (A means of capturing trace events on the cache client or cache host with the Event Tracing for Windows (ETW) framework inside Windows) |
comp., MS | event trigger | 事件觸發程序 (The mechanism by which a system or application event triggers either an instant or an animated change in one or more properties) |
comp., MS | event type | 事件類型 (The event type for a performance event is "information", and the event type for an exception event is 'error') |
comp., MS | Event view | 事件檢視 (The Operations console pane that displays specified events in the management group that the console user has the rights to see) |
comp., MS | Event Viewer | 事件檢視器 (A component you can use to view and manage event logs, gather information about hardware and software problems, and monitor security events. Event Viewer maintains logs about program, security, and system events) |
comp., MS | events and attractions | 活動與熱門景點 (A sub-heading in Local Scout. Events are activities in the area that are taking place over the next few days, and attractions are places or ongoing activities taking place in that area) |
comp., MS | exception event | 例外狀況事件 (A diagnostic event in IntelliTrace that occurs within the Visual Studio Debugger. Exception events include exceptions thrown, exceptions caught, and unhandled exceptions) |
comp., MS | exception events | 例外狀況事件 (Critical application and system errors. Application Performance Monitoring (APM) defines critical errors as being those that lead to a monitored component's failure. For ASP.NET applications, a critical exception results in the user seeing either the standard or a custom error page. For web services, critical exceptions are those that ASP.NET serializes into valid SOAP messages on the server-side, and deserializes to SoapExceptions on the ASP.NET client) |
comp., MS | extrinsic event | 外來事件 (An extrinsic event is a predefined occurrence that cannot be linked directly to changes in the WMI data model. Therefore, WMI enables an event provider to define an event class that describes the event) |
comp., MS | heavy event | 重負荷事件 (A performance event that occurs regularly and for which detailed information is collected) |
comp., MS | insert event | 插入事件 (The event kind used to signify the arrival of an event into the stream. The insert event type consists of metadata that defines the valid lifetime of the event and the payload (data) fields of the event) |
comp., MS | interval event | 間隔事件 (An event whose payload is valid for a given period of time. The metadata of the interval event requires that both the start and end time of the interval be provided in the event metadata. Interval events are valid only for this specific interval) |
comp., MS | interval event model | 間隔事件模型 (The event model of an interval event) |
comp., MS | intrinsic event | 內建事件 (An event that occurs in response to a change in the standard WMI data model. Each intrinsic event class represents a specific type of change and occurs when WMI or a provider creates, deletes, or modifies a namespace, class, or class instance) |
comp., MS | light event | 輕負荷事件 (A performance event that occurs only occasionally and for which limited information is collected) |
comp., MS | management event | 管理事件 (An event designed for communicating status information or a threshold condition. Examples are failure of the reader, or the noise level being too high) |
comp., MS | Marketing Event Planning and Execution | 行銷活動計劃與執行 (A template that outlines the main categories that you should consider when beginning to plan a marketing event. Use this template to assist you in walking through key event elements while you are in the planning stages) |
comp., MS | missing event | 遺失的事件 (An event that was supposed to occur within a specified time interval, but did not occur) |
comp., MS | number of events | 事件數目 (In consolidated events, how many events are in the group and therefore related to the same root problem) |
comp., MS | online event | 線上活動 (An auditorium-style meeting that requires participants to register in order to attend) |
comp., MS | performance event | 效能事件 (An event that is raised if a performance metric, such as the time from when a request was made until the response is sent, exceeds the configured threshold) |
comp., MS | point event | 時間點事件 (An event occurrence as of a single point in time. Only the start time is required for the event. The CEP server infers the valid end time by adding a tick (the smallest unit of time in the underlying time data type) to the start time to set the valid time interval for the event. Point events are valid only for this single instant of time) |
comp., MS | point event model | 點事件模型 (The event model of a point event) |
comp., MS | post-event | 後置事件 (Occurring after a core system operation has been completed) |
comp., MS | pre-event | 前置事件 (Occurring before a core system operation occurs) |
comp., MS | program event | 程式事件 (An action or occurrence to which a program might respond. Examples include state changes, data transfers, key presses, and mouse movements) |
comp., MS | raise an event | 引發事件 (Perform an action, such as clicking a control in a graphical user interface, leading to the execution of a piece of code) |
comp., MS | related events | 相關事件 (Other events that might be related to the selected event based on time. Time-based correlation helps establish causality by grouping Operational, Performance, System, and Application events that occur over a defined period) |
comp., MS | retract event | 撤銷事件 (An internal event kind used to modify an existing insert event by modifying the end time of the event) |
comp., MS | routed event | 路由事件 (An event instance that propagates through a tree of related elements rather than just targeting to a single element) |
comp., MS | signal event | 訊號事件 (In a statechart or activity diagram, an indication that one object has received a signal from another. A signal can be declared by using the keyword signal on a class in a class diagram) |
comp., MS | similar events | 類似事件 (Events that resemble one another and where criteria similarity depends on the type of event) |
comp., MS | StreamInsight Event Flow Debugger | StreamInsight 事件流程偵錯工具 (A stand-alone tool in the Microsoft StreamInsight platform that provides event-flow debugging and analysis) |
comp., MS | subscription event rule | 訂閱事件規則 (A rule that processes information for event-driven subscriptions) |
comp., MS | synchronous event | 同步事件 (An event whose handler runs in the same processing thread as the action that raised the event. The action cannot continue until processing is complete for the event handler) |
comp., MS | system event | 系統事件 (An event triggered by Windows system components that is recorded in the system log, such as the failure of a driver or other system component to load during startup) |
comp., MS | time event | 時間事件 (An event that occurs after a designated period of time or on the occurrence of a given date or time. A time event is indicated by the keyword after, followed by an expression that evaluates to an amount of time) |
comp., MS | Time Event Broker | 計時事件代理人 (A feature that provides time events that can be used to initiate background work in suspended apps) |
comp., MS | touch DOM event | 觸控 DOM 事件 (A touch event for the Web and Windows Web applications. Web developers use touch DOM events to enable touch) |
comp., MS | transition event | 轉換事件 (A change in the location of processor event execution between ring 3 (user mode) and ring 0 (kernel mode). Transition events represent time spent outside the direct execution of the application code. Transition events can be time spent in threads that are not part of the profiled item, or time spent executing calls from the profiled item to the operating system) |
comp., MS | transport event | 傳輸事件 (An occurrence of a particular message transport activity or phase through the SMTP and NNTP services) |
comp., MS | trigger event | 觸發事件 (The parameters of a Microsoft Dynamics CRM workflow that define the circumstances in which the workflow performs its actions) |
comp., MS | usage event | 使用事件 (A user action that is counted and analyzed by the recommendations algorithm in the Analytics Service) |
comp., MS | Windows Live Events | Windows Live 活動中心 (The Windows Live service for event planning and invitations) |
comp., MS | WMI Numeric Event Provider | WMI 數字事件提供者 (A provider that enables a Management Pack rule to use any WMI Class data that contains numeric properties as numeric data) |