BaseXEStore Class
The BaseXEStore class is the base class for all metadata classes and runtime classes.
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Microsoft.SqlServer.Management.Sdk.Sfc::SfcInstance
Microsoft.SqlServer.Management.XEvent::BaseXEStore
Microsoft.SqlServer.Management.XEvent::XEStore
| Name | Description | |
|---|---|---|
![]() | BaseXEStore() | Initializes a new instance of the BaseXEStore class. |
![]() | BaseXEStore(ISfcConnection^) | Initializes a new instance of the BaseXEStore class using a specified connection. |
| Name | Description | |
|---|---|---|
![]() | AbstractIdentityKey | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.) |
![]() | EtwClassicSyncTargetInfo | Gets the etw_classic_sync_targetT:Microsoft.SqlServer.Management.XEventTargetInfo object. |
![]() | EventCounterTargetInfo | Gets the event counter target information. |
![]() | EventFileTargetInfo | Gets the event file target information. |
![]() | ExecutionEngine | Gets the execution engine for the extended event. |
![]() | HistogramTargetInfo | Gets the histogram target information. |
![]() | IdentityKey | Gets the SfcKey for the Microsoft.SqlServer.Management.XEvent.XEStore object. |
![]() | Metadata | Returns metadata about the instance and its domain.(Inherited from SfcInstance.) |
![]() | Name | Gets the name of BaseXEStore object. |
![]() | ObjectInfoSet | Gets the singleton reference to the BaseXEStore::ObjectMetadata. |
![]() | OriginalConnection | Gets or sets the original connection to the SQL Server. |
![]() | Package0Package | Gets the package0Package object. |
![]() | Packages | Gets the packages PackageCollection. |
![]() | PairMatchingTargetInfo | Gets the pair_matchingTargetInfo object. |
![]() | Parent | Gets or sets the instance parent via the keychain.(Inherited from SfcInstance.) |
![]() | Properties | Returns a collection instance properties.(Inherited from SfcInstance.) |
![]() | PropertyStorageProvider | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.) |
![]() | RingBufferTargetInfo | Gets the ring_bufferTargetInfo object. |
![]() | RunningSessionCount | Gets the running session count. |
![]() | ServerName | Gets the name of the server associated with the event store. |
![]() | Sessions | Gets the sessions collection. |
![]() | SfcConnection | Gets or sets the SFC connection. |
![]() | State | Returns the state of the SfcInstance object.(Inherited from SfcInstance.) |
![]() | StoreProvider | Gets the provider of the extended events store. |
![]() | Urn | Returns the uniform resource name of the SfcInstance object.(Inherited from SfcInstance.) |
| Name | Description | |
|---|---|---|
![]() | AlterImpl() | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.) |
![]() | CheckObjectCreated() | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.) |
![]() | CheckObjectState() | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.) |
![]() | CreateIdentityKey() | Creates an SfcKey associated with the event store.(Overrides SfcInstance::CreateIdentityKey().) |
![]() | CreateImpl() | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.) |
![]() | CreateSession(String^) | Represents a wrapper for Session constructor that is used to avoid accidentally passing the wrong parent. |
![]() | CreateSessionFromTemplate(String^, String^) | Creates a Session object from template file specified by the fileName parameter. |
![]() | Discover(ISfcDependencyDiscoveryObjectSink^) | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.) |
![]() | DropImpl() | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | FormatFieldValue(String^, Guid, String^) | Formats the specified field value. |
![]() | FormatPredicateExpression(PredExpr^) | Gets the string representation of the predicate expression. |
![]() | GetChildCollection(String^) | Gets the child collection associated with the event store.(Overrides SfcInstance::GetChildCollection(String^).) |
![]() | GetComparer() | Gets the comparer for the BaseXEStore objects. |
![]() | GetDomain() | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.) |
![]() | GetEventProvider(Event^) | Gets the event provider for the specified Event. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetPropertySet() | Returns the set of properties for the SfcInstance object.(Inherited from SfcInstance.) |
![]() | GetSessionProivder(Session^) | Gets the session provider for the specified Session. |
![]() | GetStoreProvider() | Gets the event store provider. |
![]() | GetTargetProvider(Target^) | Gets the target provider associated with the store. |
![]() | GetType() | (Inherited from Object.) |
![]() | GetTypeMetadataImpl() | Indicates the domains that override by returning the right TypeMetadata class directly. Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.) |
![]() | InitConnection() | Initializes the connection. |
![]() | InitializeUIPropertyState() | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.) |
![]() | MarkForDropImpl(Boolean) | Returns a value that indicates the existing objects to be dropped. Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.) |
![]() | MarkRootAsConnected() | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | MoveImpl(SfcInstance^) | Indicates the new parent object to move in an instance. Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.) |
![]() | OnPropertyMetadataChanges(SfcPropertyMetadataChangedEventArgs^) | Invoked whenever the effective value of any SfcInstance metadata is updated. (Inherited from SfcInstance.) |
![]() | OnPropertyValueChanges(PropertyChangedEventArgs^) | Invoked whenever the effective value of any SfcInstance property is updated. (Inherited from SfcInstance.) |
![]() | PostAlter(Object^) | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.) |
![]() | PostCreate(Object^) | Indicates the default implementor that creates the execution result. Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.) |
![]() | PostDrop(Object^) | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.) |
![]() | PostMove(Object^) | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.) |
![]() | PostRename(Object^) | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.) |
![]() | Refresh() | Refreshes the object's properties by reading them from the server.(Inherited from SfcInstance.) |
![]() | RenameImpl(SfcKey^) | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.) |
![]() | ResetKey() | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.) |
![]() ![]() | SaveSessionToTemplate(Session^, String^, Boolean) | Saves the session to template. |
![]() | Serialize(XmlWriter^) | Serializes the instance to XML.(Inherited from SfcInstance.) |
![]() | SetConnection(ISfcConnection^) | Sets the connection with the specified value. |
![]() | ToString() | Returns a string representation of BaseXEStore.(Overrides SfcInstance::ToString().) |
![]() | UpdateUIPropertyState() | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.) |
![]() | Validate() | Indicates the basic child object's validation. Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.) |
| Name | Description | |
|---|---|---|
![]() | propertyChanged | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.) |
![]() | PropertyChanged | Occurs when a property value changes.(Inherited from SfcInstance.) |
![]() | propertyMetadataChanged | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.) |
![]() | PropertyMetadataChanged | Occurs when the metadata for a property has changed.(Inherited from SfcInstance.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ISfcDomain::GetExecutionEngine() | Gets the execution engine. |
![]() ![]() | ISfcDomain::GetKey(IUrnFragment^) | Gets the key object given an URN fragment |
![]() ![]() | ISfcDomain::GetType(String^) | Gets the Type of a class, such as XEStore, Package, EventInfo, EventColumnInfo, or TargetInfo, from the name specified by the typeName parameter. |
![]() ![]() | ISfcDomain::GetTypeMetadata(String^) | Gets the type metadata of a class specified by the typeName parameter. |
![]() ![]() | ISfcDomain::UseSfcStateManagement() | Specifies whether XEvent uses Sfc-provided state management. |
![]() ![]() | ISfcDomainLite::GetLogicalVersion() | Returns the logical version of the domain. |
![]() ![]() | ISfcHasConnection::GetConnection() | Gets the current connection for a query. |
![]() ![]() | ISfcHasConnection::GetConnection(SfcObjectQueryMode) | Gets the current connection for a query. |
![]() ![]() | ISfcHasConnection::SetConnection(ISfcConnection^) | Sets the connection with the specified value. |
![]() ![]() | ISfcDomainLite::DomainInstanceName | Gets the domain instance name of the BaseXEStore. |
![]() ![]() | ISfcDomainLite::DomainName | Gets the domain name for the ISfcDomainLite object. |
![]() ![]() | ISfcHasConnection::ConnectionContext | Gets the details of a connection to an instance of the database engine. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.









