EvaluationDate 属性

Gets the date and time when the policy was evaluated.

命名空间:  Microsoft.SqlServer.Management.Dmf
程序集:  Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property EvaluationDate As DateTime
    Get
    Friend Set
用法
Dim instance As EvaluationDetail
Dim value As DateTime

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

属性值

类型:System. . :: . .DateTime
A DateTime value that contains the date and time when the policy was evaluated.

注释

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。