Свойство 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.
См. также