EventField::Key Class
Represents the identity key for an EventField object.
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Microsoft.SqlServer.Management.Sdk.Sfc::SfcKey
Microsoft.SqlServer.Management.XEvent::EventField::Key
| Name | Description | |
|---|---|---|
![]() | EventField::Key() | Default constructor for generic key generation that creates a new instance of the EventField::Key class. |
![]() | EventField::Key(Dictionary<String^, Object^>^) | Creates a new instance of the EventField::Key class from another T:System.Collections.Generic.Dictionary{System.String,System.Object} object. |
![]() | EventField::Key(EventField::Key^) | Creates a new instance of the EventField::Key class from another EventField::Key object. |
![]() | EventField::Key(String^) | Creates a new instance of the EventField::Key class from the name parameter. |
| Name | Description | |
|---|---|---|
![]() | InstanceType | Gets the type of the instance class associated with this key class.(Inherited from SfcKey.) |
![]() | Name | Gets or sets the name of the EventField object |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether two objects are equal by performing an equality operation on an instance of the EventField::Key class and another object. (Overrides SfcKey::Equals(Object^).) |
![]() ![]() | Equals(Object^, Object^) | Determines whether two objects are equal by performing an equality operation on two instances of the System::Object class. |
![]() | Equals(SfcKey^) | Determines whether two objects are equal by performing an equality operation on a EventField::Key object and an SfcKey object.(Overrides SfcKey::Equals(SfcKey^).) |
![]() | GetHashCode() | Gets the hash code for a EventField::Key object.(Overrides SfcKey::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetUrnFragment() | Gets an element of an Urn object.(Overrides SfcKey::GetUrnFragment().) |
![]() | ToString() |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(EventField::Key^, EventField::Key^) | Determines whether two objects are equal by performing an equality operation on two EventField::Key objects. |
![]() ![]() | Equality(EventField::Key^, Object^) | Determines whether two objects are equal by performing an equality operation on a EventField::Key object and another object. |
![]() ![]() | Equality(Object^, EventField::Key^) | Determines whether two objects are equal by performing an equality operation on a EventField::Key object and another object. |
![]() ![]() | Inequality(EventField::Key^, EventField::Key^) | Determines whether two objects are unequal by performing an inequality operation on two EventField::Key objects. |
![]() ![]() | Inequality(EventField::Key^, Object^) | Determines whether two objects are unequal by performing an inequality operation on a EventField::Key object and another object. |
![]() ![]() | Inequality(Object^, EventField::Key^) | Determines whether two objects are unequal by performing an inequality operation on an instance of the EventField::Key class and 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.



