SqlScriptEditorControl.MultiServerPropertiesDisplay.SelectedConnectionInfo Property

Definition

Gets or sets the display name of the selected connection info, as "Server (login)".

public:
 property System::String ^ SelectedConnectionInfo { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayCategoryKey("ConnectionId_Category")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("ChildConnections_Description")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("ChildConnections_Name")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DynamicValues(true)]
public string SelectedConnectionInfo { get; set; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayCategoryKey("ConnectionId_Category")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("ChildConnections_Description")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("ChildConnections_Name")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DynamicValues(true)>]
member this.SelectedConnectionInfo : string with get, set
Public Property SelectedConnectionInfo As String

Property Value

The display name of the selected connection info, as “Server (login)”.

Attributes

Applies to