Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- parent
Typ: Microsoft.SqlServer.Management.Dmf.EvaluationHistory
A EvaluationHistory object value that specifies the parent of the ConnectionEvaluationHistoryCollection object.
Hinweise
Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.