共用方式為


DateModified 屬性

Gets the date and time when the condition was last modified.

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

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property DateModified As DateTime
    Get
'用途
Dim instance As Condition
Dim value As DateTime

value = instance.DateModified
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public DateTime DateModified { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property DateTime DateModified {
    DateTime get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member DateModified : DateTime
function get DateModified () : DateTime

屬性值

型別:System. . :: . .DateTime
A DateTime value that contains the date and time when the condition was last modified.

範例

C#

System.Console.WriteLine(c.DateModified);

VB

System.Console.WriteLine(c.DateModified)