Session.Key Class

Definition

Internal used Key class

public sealed class Session.Key : Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
type Session.Key = class
    inherit SfcKey
Public NotInheritable Class Session.Key
Inherits SfcKey
Inheritance
Session.Key

Constructors

Session.Key()

Default constructor for generic Key generation

Session.Key(Dictionary<String,Object>)

Initializes a new instance of the Session.Key class.

Session.Key(Session+Key)

Constructors

Session.Key(String)

Properties

InstanceType

The Type of the instance class associated with this key class. Default impl is the way a nested key class would do it for compatiblity with existing models using that technique. This should be overriden in any key class which is not a nested class of the instance type.

(Inherited from SfcKey)
Name

Methods

Equals(Object)

Equality and Hashing

Equals(Object, Object)
Equals(SfcKey)
GetHashCode()

Equality and Hashing

GetUrnFragment()

Conversions

ToString()

Each Key

(Inherited from SfcKey)

Operators

Equality(Object, Session+Key)
Equality(Session+Key, Object)
Equality(Session+Key, Session+Key)
Inequality(Object, Session+Key)
Inequality(Session+Key, Object)
Inequality(Session+Key, Session+Key)

Applies to