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
- parent
Type: Microsoft.SqlServer.Management.Dmf.EvaluationHistory
A EvaluationHistory object value that specifies the parent of the ConnectionEvaluationHistoryCollection object.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.