SqlScriptEditorControl.MultiServerPropertiesDisplay.ChildServerName Property

Definition

Gets the name of the selected child connection.

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

Property Value

The name of the selected child connection.

Attributes

Applies to