다음을 통해 공유


ServerEventArgs.PostTime 속성

Gets the date and time at which the argument was posted.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public ReadOnly Property PostTime As DateTime 
    Get
‘사용 방법
Dim instance As ServerEventArgs 
Dim value As DateTime 

value = instance.PostTime
public DateTime PostTime { get; }
public:
property DateTime PostTime {
    DateTime get ();
}
member PostTime : DateTime
function get PostTime () : DateTime

속성 값

유형: System.DateTime
A DateTime system object value that specifies the date and time when the argument was posted.

SMO 이벤트 처리

참고 항목

참조

ServerEventArgs 클래스

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