共用方式為


EvaluationHistory.EndDate 屬性

Gets the date and time when the parent policy finished running.

命名空間:  Microsoft.SqlServer.Management.Dmf
組件:  Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property EndDate As DateTime 
    Get 
    Friend Set
'用途
Dim instance As EvaluationHistory 
Dim value As DateTime 

value = instance.EndDate
[SfcPropertyAttribute(SfcPropertyFlags.None)]
public DateTime EndDate { get; internal set; }
[SfcPropertyAttribute(SfcPropertyFlags::None)]
public:
property DateTime EndDate {
    DateTime get ();
    internal: void set (DateTime value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None)>]
member EndDate : DateTime with get, internal set
function get EndDate () : DateTime 
internal function set EndDate (value : DateTime)

屬性值

型別:System.DateTime
A DateTime value that contains the date and time when the policy finished running.

備註

只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。

請參閱

參考

EvaluationHistory 類別

Microsoft.SqlServer.Management.Dmf 命名空間