Propriedade TimeStamp
Gets the time and date when the statement event occurred.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (em Microsoft.SqlServer.ConnectionInfo.dll)
Sintaxe
'Declaração
Public ReadOnly Property TimeStamp As DateTime
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .DateTime
A DateTime system object value that specifies the time and date when the statement event occurred.
Consulte também