XEStore 클래스
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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.