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 版支援此命名空間、類別或成員。