EvaluationHistory.Key Class

Definition

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

Constructors

EvaluationHistory.Key()

Default constructor for generic Key generation

EvaluationHistory.Key(EvaluationHistory+Key)

Constructors

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

Applies to