ServerEventArgs.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.

示例

处理 SMO 事件

请参阅

参考

ServerEventArgs 类

Microsoft.SqlServer.Management.Smo 命名空间