Classe Session

Represents a row in sys.server_event_sessions and includes data from sys.dm_xe_sessions if running.

Hiérarchie d'héritage

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
    Microsoft.SqlServer.Management.XEvent.Session

Espace de noms :  Microsoft.SqlServer.Management.XEvent
Assembly :  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Syntaxe

'Déclaration
Public NotInheritable Class Session _
    Inherits SfcInstance _
    Implements ISfcCreatable, ICreatable, ISfcAlterable, IAlterable,  _
    ISfcDroppable, IDroppable, ISfcValidate, ISfcDiscoverObject
'Utilisation
Dim instance As Session
public sealed class Session : SfcInstance, 
    ISfcCreatable, ICreatable, ISfcAlterable, IAlterable, ISfcDroppable, 
    IDroppable, ISfcValidate, ISfcDiscoverObject
public ref class Session sealed : public SfcInstance, 
    ISfcCreatable, ICreatable, ISfcAlterable, IAlterable, ISfcDroppable, 
    IDroppable, ISfcValidate, ISfcDiscoverObject
[<SealedAttribute>]
type Session =  
    class 
        inherit SfcInstance 
        interface ISfcCreatable 
        interface ICreatable 
        interface ISfcAlterable 
        interface IAlterable 
        interface ISfcDroppable 
        interface IDroppable 
        interface ISfcValidate 
        interface ISfcDiscoverObject 
    end
public final class Session extends SfcInstance implements ISfcCreatable, ICreatable, ISfcAlterable, IAlterable, ISfcDroppable, IDroppable, ISfcValidate, ISfcDiscoverObject

Le type Session expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique Session() Initializes a new instance of Session class.
Méthode publique Session(XEStore, String) Initializes a new instance of Session class.

Haut de la page

Propriétés

  Nom Description
Propriété protégée AbstractIdentityKey Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcInstance.)
Propriété publique AutoStart Gets or sets a value indicating whether the AutoStart object is active or not.
Propriété publique EventRetentionMode Gets or sets the EventRetentionMode object.
Propriété publique Events Gets the EventCollection of the session.
Propriété publique ID Gets the ID object.
Propriété publique IdentityKey Gets the identity key of the session.
Propriété publique IsRunning Gets a value indicating whether this session is running.
Propriété publique MaxDispatchLatency Gets or sets the maximum dispatch latency in seconds.
Propriété publique MaxEventSize Gets or sets the size in KB of the maximum event for the session.
Propriété publique MaxMemory Gets or sets the maximum memory in KB of the session.
Propriété publique MemoryPartitionMode Gets or sets the memory partition mode from an enumeration with options for perNode, perCpu, or none.
Propriété publique Metadata Returns metadata about the instance and its domain. (hérité de SfcInstance.)
Propriété publique Name Gets the name of the Session object.
Propriété publique Parent Gets or sets the parent XEStore object.
Propriété publique Properties Returns a collection instance properties. (hérité de SfcInstance.)
Propriété publique StartTime Gets the start time.
Propriété publique State Gets the state of the object used in Alter function in session.
Propriété publique Targets Gets the TargetCollection.
Propriété publique TrackCausality Gets or sets a Boolean value indicating whether the TrackCausality object is activated.
Propriété publique Urn Returns the uniform resource name of the SfcInstance object. (hérité de SfcInstance.)

Haut de la page

Méthodes

  Nom Description
Méthode publique AddEvent(String) Adds a new Event object to the session from fully qualified event name.
Méthode publique AddEvent(EventInfo) Adds a new Event object to the session.
Méthode publique AddTarget(String) Adds a new Target object to the session.
Méthode publique AddTarget(TargetInfo) Adds a new Target object to the session.
Méthode publique Alter Alters the Session object on the server.
Méthode publique Create Creates the Session object on the server.
Méthode protégée CreateIdentityKey Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcInstance.)
Méthode publique Discover Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcInstance.)
Méthode publique Drop Drops the Session object on the server.
Méthode publique Equals (hérité de Object.)
Méthode protégée GetChildCollection Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcInstance.)
Méthode publique GetDomain Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcInstance.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publiqueMembre statique GetObjectFactory Gets the SQL Foundation Class object factory.
Méthode publique GetPropertySet Returns the set of properties for the SfcInstance object. (hérité de SfcInstance.)
Méthode publique GetType (hérité de Object.)
Méthode protégée GetTypeMetadataImpl Indicates the domains that override by returning the right TypeMetadata class directly. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcInstance.)
Méthode protégée InitializeUIPropertyState Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcInstance.)
Méthode protégée OnPropertyMetadataChanges Invoked whenever the effective value of any SfcInstance metadata is updated. (hérité de SfcInstance.)
Méthode protégée OnPropertyValueChanges Invoked whenever the effective value of any SfcInstance property is updated. (hérité de SfcInstance.)
Méthode publique Refresh Refreshes the object's properties by reading them from the server. (hérité de SfcInstance.)
Méthode publique RemoveEvent Removes the specified Event object from the session.
Méthode publique RemoveTarget Removes the Target object from the session.
Méthode protégée ResetKey Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcInstance.)
Méthode publique ScriptAlter Gets the alteration ISfcScript for the session.
Méthode publique ScriptCreate Gets the creation ISfcScript for the session.
Méthode publique ScriptDrop Gets the drop ISfcScript for the session.
Méthode publique Serialize Serializes the instance to XML. (hérité de SfcInstance.)
Méthode publique Start Starts the Session object.
Méthode publique Stop Stops the Session object.
Méthode publique ToString Returns a string representation of the instance Urn. (hérité de SfcInstance.)
Méthode publique Validate(String) Validates the specified method name.
Méthode publique Validate(String, array<Object[]) Validates the method specified by the name parameter.

Haut de la page

Événements

  Nom Description
Événement public PropertyChanged CLS-compliant event for property changes. (hérité de SfcInstance.)
Événement public PropertyMetadataChanged CLS-compliant event for property metadata changes. (hérité de SfcInstance.)

Haut de la page

Champs

  Nom Description
Champ publicMembre statique DefaultDispatchLatency Default dispatch latency is 30 seconds.
Champ publicMembre statique DefaultMaxMemory The maximum amount of memory by default is 4 MB.
Champ publicMembre statique InfiniteDispatchLatency 0 indicates that dispatch latency is infinite.
Champ publicMembre statique NotStarted Session is currently not running.

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée ISfcDiscoverObject.Discover Discovers or alters dependency actions and events in the Session object.

Haut de la page

Notes

The Session object is the main object that user code interacts with.

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.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Management.XEvent