Bagikan melalui


EvaluationHistory.Key Constructor (EvaluationHistory.Key)

Initializes a new instance of the EvaluationHistory.Key class based on the specified key.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Sub New ( _
    other As EvaluationHistory.Key _
)
'Usage
Dim other As EvaluationHistory.Key 

Dim instance As New EvaluationHistory.Key(other)
public Key(
    EvaluationHistory.Key other
)
public:
Key(
    EvaluationHistory.Key^ other
)
new : 
        other:EvaluationHistory.Key -> Key
public function EvaluationHistory.Key(
    other : EvaluationHistory.Key
)

Parameters

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

See Also

Reference

EvaluationHistory.Key Class

EvaluationHistory.Key Overload

Microsoft.SqlServer.Management.Dmf Namespace