Propriété StartDateTime
Gets the date and time that the job started.
Espace de noms : ReportService2006
Assembly : ReportService2006 (en ReportService2006.dll)
Syntaxe
'Déclaration
Public Property StartDateTime As DateTime
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System. . :: . .DateTime
A DataTime object that contains the date and time that the job started.