Classe XEStore
The XEStore class is the base class for all metadata classes and runtime classes.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.XEvent.XEStore
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (em Microsoft.SqlServer.Management.XEvent.dll)
Sintaxe
'Declaração
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
O tipo XEStore expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
XEStore | Initializes a new instance of the XEStore class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
AbstractIdentityKey | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
EtwClassicSyncTargetInfo | Gets the etw_classic_sync_target TargetInfo object. | |
EventCounterTargetInfo | Gets the event counter target information. | |
EventFileTargetInfo | Gets the event file target information. | |
HistogramTargetInfo | Gets the histogram target information. | |
IdentityKey | Gets an SfcKey for the XEStore object. | |
Metadata | Returns metadata about the instance and its domain. (Herdado de SfcInstance.) | |
Name | Gets the name of XEStore object. | |
ObjectInfoSet | Gets the singleton reference to the XEStore.ObjectMetadata. | |
Package0Package | Gets the package0 Package object. | |
Packages | Gets the packages PackageCollection. | |
PairMatchingTargetInfo | Gets the pair_matching TargetInfo object. | |
Parent | Gets or sets the instance parent via the keychain. (Herdado de SfcInstance.) | |
Properties | Returns a collection instance properties. (Herdado de SfcInstance.) | |
RingBufferTargetInfo | Gets the ring_buffer TargetInfo object. | |
RunningSessionCount | Gets the running session count. | |
Sessions | Gets the sessions collection. | |
SfcConnection | Gets or sets the SFC connection. | |
State | Returns the state of the SfcInstance object. (Herdado de SfcInstance.) | |
Urn | Returns the uniform resource name of the SfcInstance object. (Herdado de SfcInstance.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
CreateIdentityKey | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
CreateSession | Represents a wrapper for Session constructor that is used to avoid accidentally passing the wrong parent. | |
CreateSessionFromTemplate | Creates a Session object from template file specified by the fileName parameter. | |
Discover | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
Equals | (Herdado de Object.) | |
FormatPredicateExpression | Gets the string representation of the predicate expression. | |
GetChildCollection | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
GetDomain | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
GetHashCode | (Herdado de Object.) | |
GetPropertySet | Returns the set of properties for the SfcInstance object. (Herdado de SfcInstance.) | |
GetType | (Herdado de Object.) | |
GetTypeMetadataImpl | Indicates the domains that override by returning the right TypeMetadata class directly. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
InitializeUIPropertyState | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
OnPropertyMetadataChanges | Invoked whenever the effective value of any SfcInstance metadata is updated. (Herdado de SfcInstance.) | |
OnPropertyValueChanges | Invoked whenever the effective value of any SfcInstance property is updated. (Herdado de SfcInstance.) | |
Refresh | Refreshes the object's properties by reading them from the server. (Herdado de SfcInstance.) | |
ResetKey | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
SaveSessionToTemplate | Saves the session to template. | |
Serialize | Serializes the instance to XML. (Herdado de SfcInstance.) | |
ToString | The string identity of a policy store is the associated server name. (Substitui SfcInstance.ToString().) |
Início
Eventos
Nome | Descrição | |
---|---|---|
PropertyChanged | CLS-compliant event for property changes. (Herdado de SfcInstance.) | |
PropertyMetadataChanged | CLS-compliant event for property metadata changes. (Herdado de SfcInstance.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
ISfcDomain.GetExecutionEngine | Gets the execution engine. | |
ISfcDomain.GetKey | Gets the key object given an Urn fragment | |
ISfcDomain.GetType | Gets the Type of a class, such as XEStore, Package, EventInfo, EventColumnInfo, or TargetInfo, from the name specified by the typeName parameter. | |
ISfcDomain.GetTypeMetadata | Gets the type metadata of a class specified by the typeName parameter. | |
ISfcDomain.UseSfcStateManagement | XEvent uses Sfc-provided state management. | |
ISfcDomainLite.DomainInstanceName | Gets the name of the domain instance. | |
ISfcDomainLite.DomainName | Gets the name of the domain. | |
ISfcDomainLite.GetLogicalVersion | Returns the logical version of the domain. | |
ISfcHasConnection.ConnectionContext | Gets the SfcConnectionContext. | |
ISfcHasConnection.GetConnection() | Gets the current connection for a query. | |
ISfcHasConnection.GetConnection(SfcObjectQueryMode) | Gets the current connection for a query. | |
ISfcHasConnection.SetConnection | Sets the active connection. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.