Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the date and time that the job started.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
Public Property StartDateTime As DateTime
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.DateTime
A DataTime object that contains the date and time that the job started.