Classe XEStore

The XEStore class is the base class for all metadata classes and runtime classes.

Hiérarchie d'héritage

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

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

Syntaxe

'Déclaration
Public NotInheritable Class XEStore _
    Inherits SfcInstance _
    Implements ISfcDomain, ISfcDomainLite, ISfcHasConnection
'Utilisation
Dim instance As XEStore
public sealed class XEStore : SfcInstance, 
    ISfcDomain, ISfcDomainLite, ISfcHasConnection
public ref class XEStore sealed : public SfcInstance, 
    ISfcDomain, ISfcDomainLite, ISfcHasConnection
[<SealedAttribute>]
type XEStore =  
    class 
        inherit SfcInstance 
        interface ISfcDomain 
        interface ISfcDomainLite 
        interface ISfcHasConnection 
    end
public final class XEStore extends SfcInstance implements ISfcDomain, ISfcDomainLite, ISfcHasConnection

Le type XEStore expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique XEStore Initializes a new instance of the XEStore 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 EtwClassicSyncTargetInfo Gets the etw_classic_sync_target TargetInfo object.
Propriété publique EventCounterTargetInfo Gets the event counter target information.
Propriété publique EventFileTargetInfo Gets the event file target information.
Propriété publique HistogramTargetInfo Gets the histogram target information.
Propriété publique IdentityKey Gets an SfcKey for the XEStore object.
Propriété publique Metadata Returns metadata about the instance and its domain. (hérité de SfcInstance.)
Propriété publique Name Gets the name of XEStore object.
Propriété publique ObjectInfoSet Gets the singleton reference to the XEStore.ObjectMetadata.
Propriété publique Package0Package Gets the package0 Package object.
Propriété publique Packages Gets the packages PackageCollection.
Propriété publique PairMatchingTargetInfo Gets the pair_matching TargetInfo object.
Propriété publique Parent Gets or sets the instance parent via the keychain. (hérité de SfcInstance.)
Propriété publique Properties Returns a collection instance properties. (hérité de SfcInstance.)
Propriété publique RingBufferTargetInfo Gets the ring_buffer TargetInfo object.
Propriété publique RunningSessionCount Gets the running session count.
Propriété publique Sessions Gets the sessions collection.
Propriété publique SfcConnection Gets or sets the SFC connection.
Propriété protégée State Returns the state of the SfcInstance object. (hérité de SfcInstance.)
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 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 CreateSession Represents a wrapper for Session constructor that is used to avoid accidentally passing the wrong parent.
Méthode publique CreateSessionFromTemplate Creates a Session object from template file specified by the fileName parameter.
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 Equals (hérité de Object.)
Méthode publique FormatPredicateExpression Gets the string representation of the predicate expression.
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 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 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 publiqueMembre statique SaveSessionToTemplate Saves the session to template.
Méthode publique Serialize Serializes the instance to XML. (hérité de SfcInstance.)
Méthode publique ToString The string identity of a policy store is the associated server name. (remplace SfcInstance.ToString().)

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

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée ISfcDomain.GetExecutionEngine Gets the execution engine.
Implémentation d'interface expliciteMéthode privée ISfcDomain.GetKey Gets the key object given an Urn fragment
Implémentation d'interface expliciteMéthode privée ISfcDomain.GetType Gets the Type of a class, such as XEStore, Package, EventInfo, EventColumnInfo, or TargetInfo, from the name specified by the typeName parameter.
Implémentation d'interface expliciteMéthode privée ISfcDomain.GetTypeMetadata Gets the type metadata of a class specified by the typeName parameter.
Implémentation d'interface expliciteMéthode privée ISfcDomain.UseSfcStateManagement XEvent uses Sfc-provided state management.
Implémentation d'interface explicitePropriété privée ISfcDomainLite.DomainInstanceName Gets the name of the domain instance.
Implémentation d'interface explicitePropriété privée ISfcDomainLite.DomainName Gets the name of the domain.
Implémentation d'interface expliciteMéthode privée ISfcDomainLite.GetLogicalVersion Returns the logical version of the domain.
Implémentation d'interface explicitePropriété privée ISfcHasConnection.ConnectionContext Gets the SfcConnectionContext.
Implémentation d'interface expliciteMéthode privée ISfcHasConnection.GetConnection() Gets the current connection for a query.
Implémentation d'interface expliciteMéthode privée ISfcHasConnection.GetConnection(SfcObjectQueryMode) Gets the current connection for a query.
Implémentation d'interface expliciteMéthode privée ISfcHasConnection.SetConnection Sets the active connection.

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.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Management.XEvent