Compartir a través de


Job.StartDateTime Propiedad

Gets the date and time that the job started.

Espacio de nombres:  ReportService2010
Ensamblado:  ReportService2010 (en ReportService2010.dll)

Sintaxis

'Declaración
Public Property StartDateTime As DateTime 
    Get 
    Set
'Uso
Dim instance As Job 
Dim value As DateTime 

value = instance.StartDateTime

instance.StartDateTime = value
public DateTime StartDateTime { get; set; }
public:
property DateTime StartDateTime {
    DateTime get ();
    void set (DateTime value);
}
member StartDateTime : DateTime with get, set
function get StartDateTime () : DateTime 
function set StartDateTime (value : DateTime)

Valor de la propiedad

Tipo: System.DateTime
A DataTime object that contains the date and time that the job started.

Vea también

Referencia

Job Clase

Espacio de nombres ReportService2010