Share via


SqlScriptEditorControl.MultiServerPropertiesDisplay.ChildServerName 속성

Gets the name of the selected child connection.

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

구문

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

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

속성 값

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

참고 항목

참조

SqlScriptEditorControl.MultiServerPropertiesDisplay 클래스

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