Classe PublishedAction
An instance of an action from an extended event session. Use this object to obtain action data and metadata about the action object.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.XEvent.Linq.PublishedAction
Espace de noms : Microsoft.SqlServer.XEvent.Linq
Assembly : Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)
Syntaxe
'Déclaration
Public Class PublishedAction _
Implements IField
'Utilisation
Dim instance As PublishedAction
public class PublishedAction : IField
public ref class PublishedAction : IField
type PublishedAction =
class
interface IField
end
public class PublishedAction implements IField
Le type PublishedAction expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
Metadata | Gets the metadata for the action object. | |
Name | Gets the name of the action object. | |
Package | Gets the package this action was produced from. | |
Type | Gets the value of the field in its native format. | |
Value | Gets the value of the action in its native format. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.