BaseXEStore::Key Class
Represents the identity key for a BaseXEStore object.
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Microsoft.SqlServer.Management.Sdk.Sfc::SfcKey
Microsoft.SqlServer.Management.Sdk.Sfc::DomainRootKey
Microsoft.SqlServer.Management.XEvent::BaseXEStore::Key
| Name | Description | |
|---|---|---|
![]() | BaseXEStore::Key() | Initializes a new instance of the BaseXEStore::Key class. |
| Name | Description | |
|---|---|---|
![]() | Domain | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from DomainRootKey.) |
![]() | InstanceType | Gets the type of the instance class associated with this key class.(Inherited from SfcKey.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether a BaseXEStore::Key object is equal to another object.(Overrides SfcKey::Equals(Object^).) |
![]() ![]() | Equals(Object^, Object^) | Determines whether two objects are equal. |
![]() | Equals(SfcKey^) | Determines whether a BaseXEStore::Key object is equal to an SfcKey object.(Overrides SfcKey::Equals(SfcKey^).) |
![]() | GetHashCode() | Gets the hash code of a BaseXEStore::Key object.(Overrides SfcKey::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetUrnFragment() | Gets an element of an Urn object.(Overrides SfcKey::GetUrnFragment().) |
![]() | ToString() |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(BaseXEStore::Key^, BaseXEStore::Key^) | Determines whether two BaseXEStore::Key objects are equal. |
![]() ![]() | Equality(BaseXEStore::Key^, Object^) | Determines whether a BaseXEStore::Key object is equal to another object. |
![]() ![]() | Equality(Object^, BaseXEStore::Key^) | Determines whether a BaseXEStore::Key object is equal to another object. |
![]() ![]() | Inequality(BaseXEStore::Key^, BaseXEStore::Key^) | Determines whether two BaseXEStore::Key objects are not equal. |
![]() ![]() | Inequality(BaseXEStore::Key^, Object^) | Determines whether a BaseXEStore::Key object is not equal to another object. |
![]() ![]() | Inequality(Object^, BaseXEStore::Key^) | Determines whether a BaseXEStore::Key object is not equal to another object. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



