共用方式為


PostTime 屬性

Gets the date and time at which the argument was posted.

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

語法

'宣告
Public ReadOnly Property PostTime As DateTime
    Get
'用途
Dim instance As ServerEventArgs
Dim value As DateTime

value = instance.PostTime
public DateTime PostTime { get; }
public:
property DateTime PostTime {
    DateTime get ();
}
member PostTime : DateTime
function get PostTime () : DateTime

屬性值

型別:System. . :: . .DateTime
A DateTime system object value that specifies the date and time when the argument was posted.