Share via


ConnectionEvaluationHistoryCollection Constructor

Initializes a new instance of the ConnectionEvaluationHistoryCollection class.

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

Syntax

'Declaration
Public Sub New ( _
    parent As EvaluationHistory _
)
'Usage
Dim parent As EvaluationHistory

Dim instance As New ConnectionEvaluationHistoryCollection(parent)
public ConnectionEvaluationHistoryCollection(
    EvaluationHistory parent
)
public:
ConnectionEvaluationHistoryCollection(
    EvaluationHistory^ parent
)
new : 
        parent:EvaluationHistory -> ConnectionEvaluationHistoryCollection
public function ConnectionEvaluationHistoryCollection(
    parent : EvaluationHistory
)

Parameters

Remarks

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