BaseXEStore Class

 

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

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


public ref class BaseXEStore abstract : SfcInstance, ISfcDomain, 
	ISfcDomainLite, ISfcHasConnection

NameDescription
System_CAPS_protmethodBaseXEStore()

Initializes a new instance of the BaseXEStore class.

System_CAPS_pubmethodBaseXEStore(ISfcConnection^)

Initializes a new instance of the BaseXEStore class using a specified connection.

NameDescription
System_CAPS_protpropertyAbstractIdentityKey

Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.)

System_CAPS_pubpropertyEtwClassicSyncTargetInfo

Gets the etw_classic_sync_targetT:Microsoft.SqlServer.Management.XEventTargetInfo object.

System_CAPS_pubpropertyEventCounterTargetInfo

Gets the event counter target information.

System_CAPS_pubpropertyEventFileTargetInfo

Gets the event file target information.

System_CAPS_protpropertyExecutionEngine

Gets the execution engine for the extended event.

System_CAPS_pubpropertyHistogramTargetInfo

Gets the histogram target information.

System_CAPS_pubpropertyIdentityKey

Gets the SfcKey for the Microsoft.SqlServer.Management.XEvent.XEStore object.

System_CAPS_pubpropertyMetadata

Returns metadata about the instance and its domain.(Inherited from SfcInstance.)

System_CAPS_pubpropertyName

Gets the name of BaseXEStore object.

System_CAPS_pubpropertyObjectInfoSet

Gets the singleton reference to the BaseXEStore::ObjectMetadata.

System_CAPS_pubpropertyOriginalConnection

Gets or sets the original connection to the SQL Server.

System_CAPS_pubpropertyPackage0Package

Gets the package0Package object.

System_CAPS_pubpropertyPackages

Gets the packages PackageCollection.

System_CAPS_pubpropertyPairMatchingTargetInfo

Gets the pair_matchingTargetInfo object.

System_CAPS_pubpropertyParent

Gets or sets the instance parent via the keychain.(Inherited from SfcInstance.)

System_CAPS_pubpropertyProperties

Returns a collection instance properties.(Inherited from SfcInstance.)

System_CAPS_protpropertyPropertyStorageProvider

Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.)

System_CAPS_pubpropertyRingBufferTargetInfo

Gets the ring_bufferTargetInfo object.

System_CAPS_pubpropertyRunningSessionCount

Gets the running session count.

System_CAPS_pubpropertyServerName

Gets the name of the server associated with the event store.

System_CAPS_pubpropertySessions

Gets the sessions collection.

System_CAPS_pubpropertySfcConnection

Gets or sets the SFC connection.

System_CAPS_protpropertyState

Returns the state of the SfcInstance object.(Inherited from SfcInstance.)

System_CAPS_protpropertyStoreProvider

Gets the provider of the extended events store.

System_CAPS_pubpropertyUrn

Returns the uniform resource name of the SfcInstance object.(Inherited from SfcInstance.)

NameDescription
System_CAPS_protmethodAlterImpl()

Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.)

System_CAPS_protmethodCheckObjectCreated()

Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.)

System_CAPS_protmethodCheckObjectState()

Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.)

System_CAPS_protmethodCreateIdentityKey()

Creates an SfcKey associated with the event store.(Overrides SfcInstance::CreateIdentityKey().)

System_CAPS_protmethodCreateImpl()

Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.)

System_CAPS_pubmethodCreateSession(String^)

Represents a wrapper for Session constructor that is used to avoid accidentally passing the wrong parent.

System_CAPS_pubmethodCreateSessionFromTemplate(String^, String^)

Creates a Session object from template file specified by the fileName parameter.

System_CAPS_pubmethodDiscover(ISfcDependencyDiscoveryObjectSink^)

Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.)

System_CAPS_protmethodDropImpl()

Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodFormatFieldValue(String^, Guid, String^)

Formats the specified field value.

System_CAPS_pubmethodFormatPredicateExpression(PredExpr^)

Gets the string representation of the predicate expression.

System_CAPS_protmethodGetChildCollection(String^)

Gets the child collection associated with the event store.(Overrides SfcInstance::GetChildCollection(String^).)

System_CAPS_pubmethodGetComparer()

Gets the comparer for the BaseXEStore objects.

System_CAPS_pubmethodGetDomain()

Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.)

System_CAPS_protmethodGetEventProvider(Event^)

Gets the event provider for the specified Event.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetPropertySet()

Returns the set of properties for the SfcInstance object.(Inherited from SfcInstance.)

System_CAPS_protmethodGetSessionProivder(Session^)

Gets the session provider for the specified Session.

System_CAPS_protmethodGetStoreProvider()

Gets the event store provider.

System_CAPS_protmethodGetTargetProvider(Target^)

Gets the target provider associated with the store.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodGetTypeMetadataImpl()

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.)

System_CAPS_protmethodInitConnection()

Initializes the connection.

System_CAPS_protmethodInitializeUIPropertyState()

Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.)

System_CAPS_protmethodMarkForDropImpl(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.)

System_CAPS_protmethodMarkRootAsConnected()

Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodMoveImpl(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.)

System_CAPS_protmethodOnPropertyMetadataChanges(SfcPropertyMetadataChangedEventArgs^)

Invoked whenever the effective value of any SfcInstance metadata is updated. (Inherited from SfcInstance.)

System_CAPS_protmethodOnPropertyValueChanges(PropertyChangedEventArgs^)

Invoked whenever the effective value of any SfcInstance property is updated. (Inherited from SfcInstance.)

System_CAPS_protmethodPostAlter(Object^)

Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.)

System_CAPS_protmethodPostCreate(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.)

System_CAPS_protmethodPostDrop(Object^)

Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.)

System_CAPS_protmethodPostMove(Object^)

Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.)

System_CAPS_protmethodPostRename(Object^)

Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.)

System_CAPS_pubmethodRefresh()

Refreshes the object's properties by reading them from the server.(Inherited from SfcInstance.)

System_CAPS_protmethodRenameImpl(SfcKey^)

Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.)

System_CAPS_protmethodResetKey()

Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.)

System_CAPS_pubmethodSystem_CAPS_staticSaveSessionToTemplate(Session^, String^, Boolean)

Saves the session to template.

System_CAPS_pubmethodSerialize(XmlWriter^)

Serializes the instance to XML.(Inherited from SfcInstance.)

System_CAPS_protmethodSetConnection(ISfcConnection^)

Sets the connection with the specified value.

System_CAPS_pubmethodToString()

Returns a string representation of BaseXEStore.(Overrides SfcInstance::ToString().)

System_CAPS_protmethodUpdateUIPropertyState()

Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.)

System_CAPS_protmethodValidate()

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.)

NameDescription
System_CAPS_proteventpropertyChanged

Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.)

System_CAPS_pubeventPropertyChanged

Occurs when a property value changes.(Inherited from SfcInstance.)

System_CAPS_proteventpropertyMetadataChanged

Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.)

System_CAPS_pubeventPropertyMetadataChanged

Occurs when the metadata for a property has changed.(Inherited from SfcInstance.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodISfcDomain::GetExecutionEngine()

Gets the execution engine.

System_CAPS_pubinterfaceSystem_CAPS_privmethodISfcDomain::GetKey(IUrnFragment^)

Gets the key object given an URN fragment

System_CAPS_pubinterfaceSystem_CAPS_privmethodISfcDomain::GetType(String^)

Gets the Type of a class, such as XEStore, Package, EventInfo, EventColumnInfo, or TargetInfo, from the name specified by the typeName parameter.

System_CAPS_pubinterfaceSystem_CAPS_privmethodISfcDomain::GetTypeMetadata(String^)

Gets the type metadata of a class specified by the typeName parameter.

System_CAPS_pubinterfaceSystem_CAPS_privmethodISfcDomain::UseSfcStateManagement()

Specifies whether XEvent uses Sfc-provided state management.

System_CAPS_pubinterfaceSystem_CAPS_privmethodISfcDomainLite::GetLogicalVersion()

Returns the logical version of the domain.

System_CAPS_pubinterfaceSystem_CAPS_privmethodISfcHasConnection::GetConnection()

Gets the current connection for a query.

System_CAPS_pubinterfaceSystem_CAPS_privmethodISfcHasConnection::GetConnection(SfcObjectQueryMode)

Gets the current connection for a query.

System_CAPS_pubinterfaceSystem_CAPS_privmethodISfcHasConnection::SetConnection(ISfcConnection^)

Sets the connection with the specified value.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyISfcDomainLite::DomainInstanceName

Gets the domain instance name of the BaseXEStore.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyISfcDomainLite::DomainName

Gets the domain name for the ISfcDomainLite object.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyISfcHasConnection::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.

Return to top
Show: