다음을 통해 공유


SqlScriptEditorControl.MultiServerPropertiesDisplay.ChildStartTime 속성

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

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
어셈블리:  SQLEditors(SQLEditors.dll)

구문

‘선언
<DisplayCategoryKeyAttribute("ConnectionDetails_Category")> _
<DisplayDescriptionKeyAttribute("ConnectionStartTime_Description")> _
<DisplayNameKeyAttribute("ConnectionStartTime_Name")> _
Public ReadOnly Property ChildStartTime As String 
    Get
‘사용 방법
Dim instance As SqlScriptEditorControl.MultiServerPropertiesDisplay 
Dim value As String 

value = instance.ChildStartTime
[DisplayCategoryKeyAttribute("ConnectionDetails_Category")]
[DisplayDescriptionKeyAttribute("ConnectionStartTime_Description")]
[DisplayNameKeyAttribute("ConnectionStartTime_Name")]
public string ChildStartTime { get; }
[DisplayCategoryKeyAttribute(L"ConnectionDetails_Category")]
[DisplayDescriptionKeyAttribute(L"ConnectionStartTime_Description")]
[DisplayNameKeyAttribute(L"ConnectionStartTime_Name")]
public:
property String^ ChildStartTime {
    String^ get ();
}
[<DisplayCategoryKeyAttribute("ConnectionDetails_Category")>]
[<DisplayDescriptionKeyAttribute("ConnectionStartTime_Description")>]
[<DisplayNameKeyAttribute("ConnectionStartTime_Name")>]
member ChildStartTime : string
function get ChildStartTime () : String

속성 값

유형: System.String
The start time for the last query on the selected child connection.

참고 항목

참조

SqlScriptEditorControl.MultiServerPropertiesDisplay 클래스

Microsoft.SqlServer.Management.UI.VSIntegration.Editors 네임스페이스