Freigeben über


ConnectionEvaluationHistoryCollection-Konstruktor

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
)

Parameter

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Siehe auch

Verweis

ConnectionEvaluationHistoryCollection Klasse

Microsoft.SqlServer.Management.Dmf-Namespace