DatabaseOperation.StartTime Property
Optional. Gets the timestamp when the operation started.
Namespace: Microsoft.WindowsAzure.Management.Sql.Models
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Syntax
public DateTime StartTime { get; set; }
public:
property DateTime StartTime {
DateTime get();
void set(DateTime value);
}
member StartTime : DateTime with get, set
Public Property StartTime As Date
Property Value
Type: System.DateTime
See Also
DatabaseOperation Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace
Return to top