SqlScriptEditorControl.MultiServerPropertiesDisplay.ChildVersion Property

Definition

Gets the server version for the selected child connection.

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

Property Value

The server version for the selected child connection.

Attributes

Applies to