Proprietà StatementEventArgs.TimeStamp
Gets the time and date when the statement event occurred.
Spazio dei nomi Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property TimeStamp As DateTime
Get
'Utilizzo
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
Valore proprietà
Tipo: DateTime
A DateTime system object value that specifies the time and date when the statement event occurred.