ConnectionEvaluationHistory.Key Constructors

Definition

Overloads

ConnectionEvaluationHistory.Key()

Default constructor for generic Key generation

ConnectionEvaluationHistory.Key(ConnectionEvaluationHistory+Key)

Constructors

ConnectionEvaluationHistory.Key(Int64)

ConnectionEvaluationHistory.Key()

Default constructor for generic Key generation

public Key ();
Public Sub New ()

Applies to

ConnectionEvaluationHistory.Key(ConnectionEvaluationHistory+Key)

Constructors

public Key (Microsoft.SqlServer.Management.Dmf.ConnectionEvaluationHistory.Key other);
new Microsoft.SqlServer.Management.Dmf.ConnectionEvaluationHistory.Key : Microsoft.SqlServer.Management.Dmf.ConnectionEvaluationHistory.Key -> Microsoft.SqlServer.Management.Dmf.ConnectionEvaluationHistory.Key
Public Sub New (other As ConnectionEvaluationHistory.Key)

Parameters

Applies to

ConnectionEvaluationHistory.Key(Int64)

public Key (long id);
new Microsoft.SqlServer.Management.Dmf.ConnectionEvaluationHistory.Key : int64 -> Microsoft.SqlServer.Management.Dmf.ConnectionEvaluationHistory.Key
Public Sub New (id As Long)

Parameters

id
Int64

Applies to