Classe Action
The runtime class for the Action class. Each instance of this class represents a row in sys.server_event_session_actions.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.XEvent.Action
Spazio dei nomi Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class Action _
Inherits SfcInstance
'Utilizzo
Dim instance As Action
public sealed class Action : SfcInstance
public ref class Action sealed : public SfcInstance
[<SealedAttribute>]
type Action =
class
inherit SfcInstance
end
public final class Action extends SfcInstance
Nel tipo Action sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
Action() | Initializes a new instance of the Action class. | |
Action(Event, ActionInfo) | Initializes a new instance of the Action class from the parent event and an ActionInfo object. | |
Action(Event, String) | Initializes a new instance of the Action class with parent XEvent object and the name in form of eventModuleId.packagename.eventname or packagename.eventname. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
AbstractIdentityKey | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance. | |
Description | Gets or sets the description of an Action object. | |
IdentityKey | Gets the identity key for an Action object. | |
Metadata | Returns metadata about the instance and its domain. Ereditato da SfcInstance. | |
ModuleID | Gets the module identifier. | |
Name | Gets or sets the name of the Action object. | |
PackageName | Gets the name of the Package object that owns this action. | |
Parent | Gets or sets the XEvent object that is the parent of this action. | |
Properties | Returns a collection instance properties. Ereditato da SfcInstance. | |
State | Gets the state of the object used in Alter function in session. | |
Urn | Returns the uniform resource name of the SfcInstance object. Ereditato da SfcInstance. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
CreateIdentityKey | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance. | |
Discover | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance. | |
Equals | Ereditato da Object. | |
GetChildCollection | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance. | |
GetDomain | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance. | |
GetHashCode | Ereditato da Object. | |
GetObjectFactory | Gets the object factory constructor for the Action object. | |
GetPropertySet | Returns the set of properties for the SfcInstance object. Ereditato da SfcInstance. | |
GetType | Ereditato da Object. | |
GetTypeMetadataImpl | Indicates the domains that override by returning the right TypeMetadata class directly. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance. | |
InitializeUIPropertyState | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance. | |
OnPropertyMetadataChanges | Invoked whenever the effective value of any SfcInstance metadata is updated. Ereditato da SfcInstance. | |
OnPropertyValueChanges | Invoked whenever the effective value of any SfcInstance property is updated. Ereditato da SfcInstance. | |
Refresh | Refreshes the object's properties by reading them from the server. Ereditato da SfcInstance. | |
ResetKey | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance. | |
Serialize | Serializes the instance to XML. Ereditato da SfcInstance. | |
SetActionInfo | Sets the ActionInfo object for a pending Action object. | |
ToString | Returns a string representation of the instance Urn. Ereditato da SfcInstance. |
In alto
Eventi
Nome | Descrizione | |
---|---|---|
PropertyChanged | CLS-compliant event for property changes. Ereditato da SfcInstance. | |
PropertyMetadataChanged | CLS-compliant event for property metadata changes. Ereditato da SfcInstance. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.