Costruttore EvaluationDetailCollection

Initializes a new instance of the EvaluationDetailCollection class.

Spazio dei nomi  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    parent As ConnectionEvaluationHistory _
)
'Utilizzo
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
)

Parametri

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Vedere anche

Riferimento

EvaluationDetailCollection Classe

Spazio dei nomi Microsoft.SqlServer.Management.Dmf