SQLConnectionControl ShowInstanceVersion Property Control Documentation
Show the SQL instance version after select instance from combobox. The version number appears under the instances combobox.

Namespace: ZsZ_Studio.Controls
Assembly: SQL.Connection.Control (in SQL.Connection.Control.dll) Version: 1.0.4947.20663 (1.0.0.0)
Syntax

public bool ShowInstanceVersion { get; set; }

Property Value

Type: OnlineBoolean
Remarks

If BrowseForLocalInstancesMethod is set to 'Search from Registry', then the instance version cannot be viewed.
Examples

(VB.NET) This sample shows how to set the property.
Dim scc As New ZsZ_Studio.Controls.SQLConnectionControl
scc.Location = New Point(10, 10)

scc.ShowInstanceVersion = True

Me.Controls.Add(scc)
See Also