Session::Key Class
Represents an internal identity key class for Session class.
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Microsoft.SqlServer.Management.Sdk.Sfc::SfcKey
Microsoft.SqlServer.Management.XEvent::Session::Key
| Name | Description | |
|---|---|---|
![]() | Session::Key() | Initializes a new instance of the Session::Key class. |
![]() | Session::Key(Dictionary<String^, Object^>^) | Initializes a new instance of the Session::Key class. |
![]() | Session::Key(Session::Key^) | Initializes a new instance of the Session::Key class. |
![]() | Session::Key(String^) | Initializes a new instance of the Session::Key class. |
| Name | Description | |
|---|---|---|
![]() | InstanceType | Gets the type of the instance class associated with this key class.(Inherited from SfcKey.) |
![]() | Name | Gets the name of the Session::Key. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether a Session::Key object is equal to another object.(Overrides SfcKey::Equals(Object^).) |
![]() ![]() | Equals(Object^, Object^) | Determines whether two objects are is equal. |
![]() | Equals(SfcKey^) | Determines whether a Session::Key object is equal to an SfcKey object.(Overrides SfcKey::Equals(SfcKey^).) |
![]() | GetHashCode() | Gets the hash code of a Session::Key object.(Overrides SfcKey::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetUrnFragment() | Gets an element of an Urn object.(Overrides SfcKey::GetUrnFragment().) |
![]() | ToString() |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(Session::Key^, Session::Key^) | Determines whether two Session::Key objects are equal. |
![]() ![]() | Equality(Session::Key^, Object^) | Determines whether a Session::Key object is equal to another object. |
![]() ![]() | Equality(Object^, Session::Key^) | Determines whether a Session::Key object is equal to another object. |
![]() ![]() | Inequality(Session::Key^, Session::Key^) | Determines whether two Session::Key objects are not equal. |
![]() ![]() | Inequality(Session::Key^, Object^) | Determines whether a Session::Key object is not equal to another object. |
![]() ![]() | Inequality(Object^, Session::Key^) | Determines whether a Session::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.



