EvaluationDetailCollection コンストラクター

EvaluationDetailCollection クラスの新しいインスタンスを初期化します。

名前空間:  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
)

パラメーター

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

関連項目

参照

EvaluationDetailCollection クラス

Microsoft.SqlServer.Management.Dmf 名前空間