共用方式為


Microsoft.SqlServer.Management.XEvent 命名空間

The common object model for creating and using SQL Server Extended Events in client and server components of SQL Server. The Extended Events infrastructure supports the correlation of data from SQL Server events. Under certain circumstances, the infrastructure can also be used to correlated data from the operating system and database applications.

類別

  類別 說明
公用類別 Action The runtime class for the Action class. Each instance of this class represents a row in sys.server_event_session_actions.
公用類別 Action.Key Represents the SQL Foundation Class key class used for identification of an Action object.
公用類別 ActionCollection Represents SQL Server Foundation classes (SFC) collection of Action objects.
公用類別 ActionInfo Represents metadata for an Action object.
公用類別 ActionInfo.Key Represents the key class for identification of an ActionInfo object.
公用類別 ActionInfoCollection Represents the SQL Server Foundation Class collection for the ActionInfo class.
公用類別 DataEventColumnInfo Represents a data column of an EventInfo object.
公用類別 DataEventColumnInfo.Key The identity key of the column associated with this DataEventColumnInfo.
公用類別 DataEventColumnInfoCollection Represents a collection of DataEventColumnInfo objects.
公用類別 Event Represents the runtime class for XEvent objects. Each instance of this class represents a row in sys.server_event_session_events.
公用類別 Event.Key An SfcKey class for identification of an Event.
公用類別 EventCollection SQL Server Foundation classes (SFC) collection class of XEvent objects.
公用類別 EventColumnInfo Represents a customizable column of an EventInfo object.
公用類別 EventColumnInfo.Key Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.
公用類別 EventColumnInfoCollection Represents a collection of EventColumnInfo objects.
公用類別 EventField Represents a row in sys.server_event_session_fields.
公用類別 EventField.Key Represents the identity key for an EventField object.
公用類別 EventFieldCollection Represents a collection class for EventField objects.
公用類別 EventInfo Metadata class for the XEvent class and the parent class for EventColumnInfo objects.
公用類別 EventInfo.Key SQL Foundation Class key class that identifies an EventInfo object.
公用類別 EventInfoCollection SQL Server Foundation Class collection class for EventInfo objects.
公用類別 MapInfo Metadata for MapInfo class.
公用類別 MapInfo.Key Represents the identity key for a MapInfo.Key object.
公用類別 MapInfoCollection Collection class for MapInfo objects.
公用類別 MapValueInfo Represents a record in sys.dm_xe_map_values.
公用類別 MapValueInfo.Key Internal key for the MapValueInfo class.
公用類別 MapValueInfoCollection Collection class for MapValueInfo objects.
公用類別 Package Metadata for other information classes such as EventInfo, TargetInfo, ActionInfo, and others listed in Remarks.
公用類別 Package.Key A SQL Foundation Class key that identifies a Package object.
公用類別 PackageCollection Represents the SQL Foundation Class collection for Package objects.
公用類別 PredCompareExpr Represents a predicate expression that can be used in a conditional statement.
公用類別 PredCompareInfo Metadata class for PredCompare objects.
公用類別 PredCompareInfo.Key An SQL Foundation Class key for identification of PredCompareInfo objects.
公用類別 PredCompareInfoCollection Sql Foundation Class collection for PredCompareInfo objects.
公用類別 PredExpr Represents the abstract base class for the PredCompareExpr class.
公用類別 PredFunctionExpr Represents the function expression in a predicate.
公用類別 Predicate Represents the abstract base class for all predicate classes.
公用類別 PredLogicalExpr Represents a predicate that can be used in an expression.
公用類別 PredOperand Represents a predicate operand. A predicate operand can be a DataEventColumnInfo object or a PredSourceInfo object.
公用類別 PredSourceInfo Represents pred_source objects in sys.dm_xe_objects.
公用類別 PredSourceInfo.Key A SQL Foundation Class key for identification of PredSourceInfo objects.
公用類別 PredSourceInfoCollection Represents the collection class for PredSourceInfo objects.
公用類別 PredValue Represents an rvalue in PredCompareExpr object or the second parameter in the PredFunctionExpr object.
公用類別 ReadOnlyEventColumnInfo Represents a readonly column of an EventInfo object.
公用類別 ReadOnlyEventColumnInfo.Key A SQL Foundation Class key for identification of ReadOnlyEventColumnInfo objects.
公用類別 ReadOnlyEventColumnInfoCollection Represents a collection class for ReadOnlyEventColumnInfo objects.
公用類別 Session Represents a row in sys.server_event_sessions and includes data from sys.dm_xe_sessions if running.
公用類別 Session.Key Internal identity key class for Session class.
公用類別 SessionCollection Represents the collection for Session objects.
公用類別 Target Represents the runtime class for Target objects. Each instance of this class represents a row in sys.server_event_session_targets.
公用類別 Target.Key A key class for identification of Target objects.
公用類別 TargetCollection SQL Server Foundation Class collection for Target objects.
公用類別 TargetColumnInfo Represents a customizable column of a TargetInfo object.
公用類別 TargetColumnInfo.Key An identity key class for TargetColumnInfo objects.
公用類別 TargetColumnInfoCollection SQL Foundation Class collection for the TargetColumnInfo class.
公用類別 TargetField Represents a row in sys.server_event_session_fields.
公用類別 TargetField.Key A key class for identification of TargetField objects.
公用類別 TargetFieldCollection SQL Foundation Class collection for TargetField objects.
公用類別 TargetInfo Represents target objects in sys.dm_xe_objects.
公用類別 TargetInfo.Key Represents the identity key for a TargetInfo object.
公用類別 TargetInfoCollection Represents a collection class for TargetInfo objects.
公用類別 TypeInfo Represents type objects in sys.dm_xe_objects.
公用類別 TypeInfo.Key An SfcKey class for identification of TargetInfo objects.
公用類別 TypeInfoCollection Represents the collection class for TypeInfo objects.
公用類別 XEStore The XEStore class is the base class for all metadata classes and runtime classes.
公用類別 XEStore.Key Represents an SfcKey class.
公用類別 XEStore.ObjectMetadata Provides helper methods over the metadata hierarchy objects.
公用類別 XEventException Base exception class for all XEventException classes.

介面

  介面 說明
公用介面 IXEObjectInfo Provides interface for the child objects of Package.

列舉

  列舉 說明
公用列舉 PredCompareExpr.ComparatorType Defines the comparator that is used between a PredOperand object and PredValue object in a PredCompareExpr object.
公用列舉 PredLogicalExpr.LogicalOperatorType Represents an enumeration of the logical operator types: AND, OR, NOT.
公用列舉 Session.EventRetentionModeEnum Event retention mode enumeration describes how event loss is handled.
公用列舉 Session.MemoryPartitionModeEnum Memory partition mode enumeration that describes the location in memory where event buffers are created.