Freigeben über


XEStore-Klasse

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

Vererbungshierarchie

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

Namespace:  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Syntax

'Declaration
Public NotInheritable Class XEStore _
    Inherits SfcInstance _
    Implements ISfcDomain, ISfcDomainLite, ISfcHasConnection
'Usage
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

Der XEStore-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode XEStore Initializes a new instance of the XEStore class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Geschützte Eigenschaft AbstractIdentityKey Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Geerbt von SfcInstance.)
Öffentliche Eigenschaft EtwClassicSyncTargetInfo Gets the etw_classic_sync_target TargetInfo object.
Öffentliche Eigenschaft EventCounterTargetInfo Gets the event counter target information.
Öffentliche Eigenschaft EventFileTargetInfo Gets the event file target information.
Öffentliche Eigenschaft HistogramTargetInfo Gets the histogram target information.
Öffentliche Eigenschaft IdentityKey Gets an SfcKey for the XEStore object.
Öffentliche Eigenschaft Metadata Returns metadata about the instance and its domain. (Geerbt von SfcInstance.)
Öffentliche Eigenschaft Name Gets the name of XEStore object.
Öffentliche Eigenschaft ObjectInfoSet Gets the singleton reference to the XEStore.ObjectMetadata.
Öffentliche Eigenschaft Package0Package Gets the package0 Package object.
Öffentliche Eigenschaft Packages Gets the packages PackageCollection.
Öffentliche Eigenschaft PairMatchingTargetInfo Gets the pair_matching TargetInfo object.
Öffentliche Eigenschaft Parent Gets or sets the instance parent via the keychain. (Geerbt von SfcInstance.)
Öffentliche Eigenschaft Properties Returns a collection instance properties. (Geerbt von SfcInstance.)
Öffentliche Eigenschaft RingBufferTargetInfo Gets the ring_buffer TargetInfo object.
Öffentliche Eigenschaft RunningSessionCount Gets the running session count.
Öffentliche Eigenschaft Sessions Gets the sessions collection.
Öffentliche Eigenschaft SfcConnection Gets or sets the SFC connection.
Geschützte Eigenschaft State Returns the state of the SfcInstance object. (Geerbt von SfcInstance.)
Öffentliche Eigenschaft Urn Returns the uniform resource name of the SfcInstance object. (Geerbt von SfcInstance.)

Zum Anfang

Methoden

  Name Beschreibung
Geschützte Methode CreateIdentityKey Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Geerbt von SfcInstance.)
Öffentliche Methode CreateSession Represents a wrapper for Session constructor that is used to avoid accidentally passing the wrong parent.
Öffentliche Methode CreateSessionFromTemplate Creates a Session object from template file specified by the fileName parameter.
Öffentliche Methode Discover Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Geerbt von SfcInstance.)
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode FormatPredicateExpression Gets the string representation of the predicate expression.
Geschützte Methode GetChildCollection Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Geerbt von SfcInstance.)
Öffentliche Methode GetDomain Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Geerbt von SfcInstance.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetPropertySet Returns the set of properties for the SfcInstance object. (Geerbt von SfcInstance.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode GetTypeMetadataImpl Indicates the domains that override by returning the right TypeMetadata class directly. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Geerbt von SfcInstance.)
Geschützte Methode InitializeUIPropertyState Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Geerbt von SfcInstance.)
Geschützte Methode OnPropertyMetadataChanges Invoked whenever the effective value of any SfcInstance metadata is updated. (Geerbt von SfcInstance.)
Geschützte Methode OnPropertyValueChanges Invoked whenever the effective value of any SfcInstance property is updated. (Geerbt von SfcInstance.)
Öffentliche Methode Refresh Refreshes the object's properties by reading them from the server. (Geerbt von SfcInstance.)
Geschützte Methode ResetKey Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Geerbt von SfcInstance.)
Öffentliche MethodeStatisches Element SaveSessionToTemplate Saves the session to template.
Öffentliche Methode Serialize Serializes the instance to XML. (Geerbt von SfcInstance.)
Öffentliche Methode ToString The string identity of a policy store is the associated server name. (Überschreibt SfcInstance.ToString().)

Zum Anfang

Ereignisse

  Name Beschreibung
Öffentliches Ereignis PropertyChanged CLS-compliant event for property changes. (Geerbt von SfcInstance.)
Öffentliches Ereignis PropertyMetadataChanged CLS-compliant event for property metadata changes. (Geerbt von SfcInstance.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode ISfcDomain.GetExecutionEngine Gets the execution engine.
Explizite SchnittstellenimplementierungPrivate Methode ISfcDomain.GetKey Gets the key object given an Urn fragment
Explizite SchnittstellenimplementierungPrivate Methode ISfcDomain.GetType Gets the Type of a class, such as XEStore, Package, EventInfo, EventColumnInfo, or TargetInfo, from the name specified by the typeName parameter.
Explizite SchnittstellenimplementierungPrivate Methode ISfcDomain.GetTypeMetadata Gets the type metadata of a class specified by the typeName parameter.
Explizite SchnittstellenimplementierungPrivate Methode ISfcDomain.UseSfcStateManagement XEvent uses Sfc-provided state management.
Explizite SchnittstellenimplementierungPrivate Eigenschaft ISfcDomainLite.DomainInstanceName Gets the name of the domain instance.
Explizite SchnittstellenimplementierungPrivate Eigenschaft ISfcDomainLite.DomainName Gets the name of the domain.
Explizite SchnittstellenimplementierungPrivate Methode ISfcDomainLite.GetLogicalVersion Returns the logical version of the domain.
Explizite SchnittstellenimplementierungPrivate Eigenschaft ISfcHasConnection.ConnectionContext Gets the SfcConnectionContext.
Explizite SchnittstellenimplementierungPrivate Methode ISfcHasConnection.GetConnection() Gets the current connection for a query.
Explizite SchnittstellenimplementierungPrivate Methode ISfcHasConnection.GetConnection(SfcObjectQueryMode) Gets the current connection for a query.
Explizite SchnittstellenimplementierungPrivate Methode ISfcHasConnection.SetConnection Sets the active connection.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Management.XEvent-Namespace