Compartir a través de


Clase XEStore

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

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Management.XEvent
Ensamblado:  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Sintaxis

'Declaración
Public NotInheritable Class XEStore _
    Inherits SfcInstance _
    Implements ISfcDomain, ISfcDomainLite, ISfcHasConnection
'Uso
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

El tipo XEStore expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público XEStore Initializes a new instance of the XEStore class.

Arriba

Propiedades

  Nombre Descripción
Propiedad protegida AbstractIdentityKey No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcInstance.)
Propiedad pública EtwClassicSyncTargetInfo Gets the etw_classic_sync_target TargetInfo object.
Propiedad pública EventCounterTargetInfo Gets the event counter target information.
Propiedad pública EventFileTargetInfo Gets the event file target information.
Propiedad pública HistogramTargetInfo Gets the histogram target information.
Propiedad pública IdentityKey Gets an SfcKey for the XEStore object.
Propiedad pública Metadata Returns metadata about the instance and its domain. (Se hereda de SfcInstance.)
Propiedad pública Name Gets the name of XEStore object.
Propiedad pública ObjectInfoSet Gets the singleton reference to the XEStore.ObjectMetadata.
Propiedad pública Package0Package Gets the package0 Package object.
Propiedad pública Packages Gets the packages PackageCollection.
Propiedad pública PairMatchingTargetInfo Gets the pair_matching TargetInfo object.
Propiedad pública Parent Gets or sets the instance parent via the keychain. (Se hereda de SfcInstance.)
Propiedad pública Properties Returns a collection instance properties. (Se hereda de SfcInstance.)
Propiedad pública RingBufferTargetInfo Gets the ring_buffer TargetInfo object.
Propiedad pública RunningSessionCount Gets the running session count.
Propiedad pública Sessions Gets the sessions collection.
Propiedad pública SfcConnection Gets or sets the SFC connection.
Propiedad protegida State Returns the state of the SfcInstance object. (Se hereda de SfcInstance.)
Propiedad pública Urn Returns the uniform resource name of the SfcInstance object. (Se hereda de SfcInstance.)

Arriba

Métodos

  Nombre Descripción
Método protegido CreateIdentityKey No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcInstance.)
Método público CreateSession Represents a wrapper for Session constructor that is used to avoid accidentally passing the wrong parent.
Método público CreateSessionFromTemplate Creates a Session object from template file specified by the fileName parameter.
Método público Discover No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcInstance.)
Método público Equals (Se hereda de Object.)
Método público FormatPredicateExpression Gets the string representation of the predicate expression.
Método protegido GetChildCollection No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcInstance.)
Método público GetDomain No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcInstance.)
Método público GetHashCode (Se hereda de Object.)
Método público GetPropertySet Returns the set of properties for the SfcInstance object. (Se hereda de SfcInstance.)
Método público GetType (Se hereda de Object.)
Método protegido GetTypeMetadataImpl Indicates the domains that override by returning the right TypeMetadata class directly. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcInstance.)
Método protegido InitializeUIPropertyState No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcInstance.)
Método protegido OnPropertyMetadataChanges Invoked whenever the effective value of any SfcInstance metadata is updated. (Se hereda de SfcInstance.)
Método protegido OnPropertyValueChanges Invoked whenever the effective value of any SfcInstance property is updated. (Se hereda de SfcInstance.)
Método público Refresh Refreshes the object's properties by reading them from the server. (Se hereda de SfcInstance.)
Método protegido ResetKey No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcInstance.)
Método públicoMiembro estático SaveSessionToTemplate Saves the session to template.
Método público Serialize Serializes the instance to XML. (Se hereda de SfcInstance.)
Método público ToString The string identity of a policy store is the associated server name. (Invalida SfcInstance.ToString().)

Arriba

Eventos

  Nombre Descripción
Evento público PropertyChanged CLS-compliant event for property changes. (Se hereda de SfcInstance.)
Evento público PropertyMetadataChanged CLS-compliant event for property metadata changes. (Se hereda de SfcInstance.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado ISfcDomain.GetExecutionEngine Gets the execution engine.
Implementación de interfaces explícitasMétodo privado ISfcDomain.GetKey Gets the key object given an Urn fragment
Implementación de interfaces explícitasMétodo privado ISfcDomain.GetType Gets the Type of a class, such as XEStore, Package, EventInfo, EventColumnInfo, or TargetInfo, from the name specified by the typeName parameter.
Implementación de interfaces explícitasMétodo privado ISfcDomain.GetTypeMetadata Gets the type metadata of a class specified by the typeName parameter.
Implementación de interfaces explícitasMétodo privado ISfcDomain.UseSfcStateManagement XEvent uses Sfc-provided state management.
Implementación de interfaces explícitasPropiedad privada ISfcDomainLite.DomainInstanceName Gets the name of the domain instance.
Implementación de interfaces explícitasPropiedad privada ISfcDomainLite.DomainName Gets the name of the domain.
Implementación de interfaces explícitasMétodo privado ISfcDomainLite.GetLogicalVersion Returns the logical version of the domain.
Implementación de interfaces explícitasPropiedad privada ISfcHasConnection.ConnectionContext Gets the SfcConnectionContext.
Implementación de interfaces explícitasMétodo privado ISfcHasConnection.GetConnection() Gets the current connection for a query.
Implementación de interfaces explícitasMétodo privado ISfcHasConnection.GetConnection(SfcObjectQueryMode) Gets the current connection for a query.
Implementación de interfaces explícitasMétodo privado ISfcHasConnection.SetConnection Sets the active connection.

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.XEvent