SqlScriptEditorControl.MultiServerPropertiesDisplay.ElapsedTime Property

Definition

Gets the overall elapsed time from start to finish.

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

Property Value

The overall elapsed time from start to finish.

Attributes

Applies to