Gets or sets the SQL instances search method. (Local only or Network)
Namespace: ZsZ_Studio.ControlsAssembly: SQL.Connection.Control (in SQL.Connection.Control.dll) Version: 1.0.4947.20663 (1.0.0.0)
public SQLConnectionControl..::..FindOn BrowseForInstancesMethod { get; set; }
public SQLConnectionControl..::..FindOn BrowseForInstancesMethod { get; set; }
Public Property BrowseForInstancesMethod As SQLConnectionControl..::..FindOn
Get
Set
Public Property BrowseForInstancesMethod As SQLConnectionControl..::..FindOn
Get
Set
public:
property SQLConnectionControl..::..FindOn BrowseForInstancesMethod {
SQLConnectionControl..::..FindOn get ();
void set (SQLConnectionControl..::..FindOn value);
}
public:
property SQLConnectionControl..::..FindOn BrowseForInstancesMethod {
SQLConnectionControl..::..FindOn get ();
void set (SQLConnectionControl..::..FindOn value);
}
Property Value
Type:
SQLConnectionControl FindOn (VB.NET) This sample shows how to set the server search method.
Dim scc As New ZsZ_Studio.Controls.SQLConnectionControl
scc.Location = New Point(10, 10)
scc.BrowseForInstancesMethod = ZsZ_Studio.Controls.SQLConnectionControl.FindOn.Local
Me.Controls.Add(scc)
Dim scc As New ZsZ_Studio.Controls.SQLConnectionControl
scc.Location = New Point(10, 10)
scc.BrowseForInstancesMethod = ZsZ_Studio.Controls.SQLConnectionControl.FindOn.Local
Me.Controls.Add(scc)