The XEStore class is the base class for all metadata classes and runtime classes.
继承层次结构
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.XEvent.XEStore
命名空间: Microsoft.SqlServer.Management.XEvent
程序集: Microsoft.SqlServer.Management.XEvent(在 Microsoft.SqlServer.Management.XEvent.dll 中)
语法
声明
Public NotInheritable Class XEStore _
Inherits SfcInstance _
Implements ISfcDomain, ISfcDomainLite, ISfcHasConnection
用法
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
XEStore 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
![]() |
XEStore | Initializes a new instance of the XEStore class. |
页首
属性
名称 | 说明 | |
---|---|---|
![]() |
AbstractIdentityKey | 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 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. (从 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. (从 SfcInstance 继承。) |
![]() |
Properties | Returns a collection instance properties. (从 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. (从 SfcInstance 继承。) |
![]() |
Urn | Returns the uniform resource name of the SfcInstance object. (从 SfcInstance 继承。) |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
CreateIdentityKey | 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 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 | 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 SfcInstance 继承。) |
![]() |
Equals | (从 Object 继承。) |
![]() |
FormatPredicateExpression | Gets the string representation of the predicate expression. |
![]() |
GetChildCollection | 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 SfcInstance 继承。) |
![]() |
GetDomain | 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 SfcInstance 继承。) |
![]() |
GetHashCode | (从 Object 继承。) |
![]() |
GetPropertySet | Returns the set of properties for the SfcInstance object. (从 SfcInstance 继承。) |
![]() |
GetType | (从 Object 继承。) |
![]() |
GetTypeMetadataImpl | Indicates the domains that override by returning the right TypeMetadata class directly. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 SfcInstance 继承。) |
![]() |
InitializeUIPropertyState | 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 SfcInstance 继承。) |
![]() |
OnPropertyMetadataChanges | Invoked whenever the effective value of any SfcInstance metadata is updated. (从 SfcInstance 继承。) |
![]() |
OnPropertyValueChanges | Invoked whenever the effective value of any SfcInstance property is updated. (从 SfcInstance 继承。) |
![]() |
Refresh | Refreshes the object's properties by reading them from the server. (从 SfcInstance 继承。) |
![]() |
ResetKey | 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 SfcInstance 继承。) |
![]() ![]() |
SaveSessionToTemplate | Saves the session to template. |
![]() |
Serialize | Serializes the instance to XML. (从 SfcInstance 继承。) |
![]() |
ToString | The string identity of a policy store is the associated server name. (覆盖 SfcInstance.ToString()。) |
页首
事件
名称 | 说明 | |
---|---|---|
![]() |
PropertyChanged | CLS-compliant event for property changes. (从 SfcInstance 继承。) |
![]() |
PropertyMetadataChanged | CLS-compliant event for property metadata changes. (从 SfcInstance 继承。) |
页首
显式接口实现
名称 | 说明 | |
---|---|---|
![]() ![]() |
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. |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。