Construtor ConnectionEvaluationHistoryCollection
Initializes a new instance of the ConnectionEvaluationHistoryCollection class.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
Public Sub New ( _
parent As EvaluationHistory _
)
'Uso
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
)
Parâmetros
- parent
Tipo: Microsoft.SqlServer.Management.Dmf. . :: . .EvaluationHistory
A EvaluationHistory object value that specifies the parent of the ConnectionEvaluationHistoryCollection object.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.
Consulte também