Constructeur EvaluationDetailCollection
Initializes a new instance of the EvaluationDetailCollection class.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Sub New ( _
parent As ConnectionEvaluationHistory _
)
'Utilisation
Dim parent As ConnectionEvaluationHistory
Dim instance As New EvaluationDetailCollection(parent)
public EvaluationDetailCollection(
ConnectionEvaluationHistory parent
)
public:
EvaluationDetailCollection(
ConnectionEvaluationHistory^ parent
)
new :
parent:ConnectionEvaluationHistory -> EvaluationDetailCollection
public function EvaluationDetailCollection(
parent : ConnectionEvaluationHistory
)
Paramètres
- parent
Type : Microsoft.SqlServer.Management.Dmf.ConnectionEvaluationHistory
A EvaluationHistory object value that specifies the parent of the EvaluationDetailCollection object.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.