StatementEventArgs.TimeStamp 属性

Gets the time and date when the statement event occurred.

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

语法

声明
Public ReadOnly Property TimeStamp As DateTime 
    Get
用法
Dim instance As StatementEventArgs 
Dim value As DateTime 

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

属性值

类型:System.DateTime
A DateTime system object value that specifies the time and date when the statement event occurred.

请参阅

参考

StatementEventArgs 类

Microsoft.SqlServer.Management.Common 命名空间