Share via


SqlScriptEditorControl.MultiServerPropertiesDisplay.ChildDisplayName 속성

Gets the display name of the selected child connection.

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

구문

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

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

속성 값

유형: System.String
The display name of the selected child connection.

참고 항목

참조

SqlScriptEditorControl.MultiServerPropertiesDisplay 클래스

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