SqlScriptEditorControl.MultiServerPropertiesDisplay.StartTime Property

Definition

Gets the time when the query started overall.

public:
 property System::String ^ StartTime { System::String ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayCategoryKey("AggregateStatus_Category")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("StartTime_Description")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("StartTime_Name")]
public string StartTime { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayCategoryKey("AggregateStatus_Category")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("StartTime_Description")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("StartTime_Name")>]
member this.StartTime : string
Public ReadOnly Property StartTime As String

Property Value

The time when the query started overall.

Attributes

Applies to