SqlScriptEditorControl.MultiServerPropertiesDisplay.ChildElapsedTime Property

Definition

Gets the elapsed time from start to finish for the selected child connection.

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

Property Value

The elapsed time from start to finish for the selected child connection.

Attributes

Applies to