StatementEventArgs.TimeStamp Property
Gets the time and date when the statement event occurred.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in microsoft.sqlserver.connectioninfo.dll)
Syntax
'Deklaracja
Public ReadOnly Property TimeStamp As DateTime
public DateTime TimeStamp { get; }
public:
property DateTime TimeStamp {
DateTime get ();
}
/** @property */
public DateTime get_TimeStamp ()
public function get TimeStamp () : DateTime
Property Value
A DateTime system object value that specifies the time and date when the statement event occurred.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.