Compartir a través de


ServerEventArgs.PostTime Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property PostTime As DateTime 
    Get
'Uso
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

Valor de la propiedad

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

Ejemplos

Controlar eventos SMO

Vea también

Referencia

ServerEventArgs Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo