ConnectionEvaluationHistory.Key Class

Definition

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

Constructors

ConnectionEvaluationHistory.Key()

Default constructor for generic Key generation

ConnectionEvaluationHistory.Key(ConnectionEvaluationHistory+Key)

Constructors

ConnectionEvaluationHistory.Key(Int64)

Properties

ID
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)

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(ConnectionEvaluationHistory+Key, ConnectionEvaluationHistory+Key)
Equality(ConnectionEvaluationHistory+Key, Object)
Equality(Object, ConnectionEvaluationHistory+Key)
Inequality(ConnectionEvaluationHistory+Key, ConnectionEvaluationHistory+Key)
Inequality(ConnectionEvaluationHistory+Key, Object)
Inequality(Object, ConnectionEvaluationHistory+Key)

Applies to