SqlScriptEditorControl.MultiServerPropertiesDisplay.ChildDisplayName Property

Definition

Gets the display name of the selected child connection.

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

Property Value

The display name of the selected child connection.

Attributes

Applies to