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 版本支持此命名空间、类或成员。