Share via


StatementEventArgs.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.

참고 항목

참조

StatementEventArgs 클래스

Microsoft.SqlServer.Management.Common 네임스페이스