Construtor EvaluationDetailCollection
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
Public Sub New ( _
parent As ConnectionEvaluationHistory _
)
'Uso
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
)
Parâmetros
Consulte também