Partager via


Propriété TimeStamp

Gets the time and date when the statement event occurred.

Espace de noms :  Microsoft.SqlServer.Management.Common
Assembly :  Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property TimeStamp As DateTime
    Get
'Utilisation
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

Valeur de propriété

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