다음을 통해 공유


TimeStamp 속성

Gets the time and date when the statement event occurred.

네임스페이스:  Microsoft.SqlServer.Management.Common
어셈블리:  Microsoft.SqlServer.ConnectionInfo.dll의 Microsoft.SqlServer.ConnectionInfo

구문

‘선언
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.