EventField::Key Class

 

Represents the identity key for an EventField object.

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

System::Object
  Microsoft.SqlServer.Management.Sdk.Sfc::SfcKey
    Microsoft.SqlServer.Management.XEvent::EventField::Key

public ref class Key sealed : SfcKey

NameDescription
System_CAPS_pubmethodEventField::Key()

Default constructor for generic key generation that creates a new instance of the EventField::Key class.

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

System_CAPS_pubmethodEventField::Key(EventField::Key^)

Creates a new instance of the EventField::Key class from another EventField::Key object.

System_CAPS_pubmethodEventField::Key(String^)

Creates a new instance of the EventField::Key class from the name parameter.

NameDescription
System_CAPS_pubpropertyInstanceType

Gets the type of the instance class associated with this key class.(Inherited from SfcKey.)

System_CAPS_pubpropertyName

Gets or sets the name of the EventField object

NameDescription
System_CAPS_pubmethodEquals(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^).)

System_CAPS_pubmethodSystem_CAPS_staticEquals(Object^, Object^)

Determines whether two objects are equal by performing an equality operation on two instances of the System::Object class.

System_CAPS_pubmethodEquals(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^).)

System_CAPS_pubmethodGetHashCode()

Gets the hash code for a EventField::Key object.(Overrides SfcKey::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetUrnFragment()

Gets an element of an Urn object.(Overrides SfcKey::GetUrnFragment().)

System_CAPS_pubmethodToString()

Do not reference this member directly in your code. It supports the SQL Server infrastructure. Returns a String value that is a sortable representation of the object that can be used in external comparers.(Inherited from SfcKey.)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(EventField::Key^, EventField::Key^)

Determines whether two objects are equal by performing an equality operation on two EventField::Key objects.

System_CAPS_puboperatorSystem_CAPS_staticEquality(EventField::Key^, Object^)

Determines whether two objects are equal by performing an equality operation on a EventField::Key object and another object.

System_CAPS_puboperatorSystem_CAPS_staticEquality(Object^, EventField::Key^)

Determines whether two objects are equal by performing an equality operation on a EventField::Key object and another object.

System_CAPS_puboperatorSystem_CAPS_staticInequality(EventField::Key^, EventField::Key^)

Determines whether two objects are unequal by performing an inequality operation on two EventField::Key objects.

System_CAPS_puboperatorSystem_CAPS_staticInequality(EventField::Key^, Object^)

Determines whether two objects are unequal by performing an inequality operation on a EventField::Key object and another object.

System_CAPS_puboperatorSystem_CAPS_staticInequality(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.

Return to top
Show: