หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Initializes a new instance of the EvaluationHistoryCollection class.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Sub New ( _
parent As Policy _
)
'Usage
Dim parent As Policy
Dim instance As New EvaluationHistoryCollection(parent)
public EvaluationHistoryCollection(
Policy parent
)
public:
EvaluationHistoryCollection(
Policy^ parent
)
new :
parent:Policy -> EvaluationHistoryCollection
public function EvaluationHistoryCollection(
parent : Policy
)
Parameters
- parent
Type: Microsoft.SqlServer.Management.Dmf.Policy
A Policy object value that specifies the parent of the EvaluationHistoryCollection object.