EvaluationDetailCollection 建構函式
Initializes a new instance of the EvaluationDetailCollection class.
命名空間: Microsoft.SqlServer.Management.Dmf
組件: Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)
語法
'宣告
Public Sub New ( _
parent As ConnectionEvaluationHistory _
)
'用途
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
)
參數
- parent
型別:Microsoft.SqlServer.Management.Dmf. . :: . .ConnectionEvaluationHistory
A EvaluationHistory object value that specifies the parent of the EvaluationDetailCollection object.
備註
只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。