SqlScriptEditorControl.MultiServerPropertiesDisplay.ChildStartTime Property

Definition

Gets the start time for the last query on the selected child connection.

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

Property Value

The start time for the last query on the selected child connection.

Attributes

Applies to