UseHttp
- Last UpdatedNov 17, 2021
- 1 minute read
The UseHttp property is a read-write property that controls whether to use HTTP to access the SQL Server.
Syntax
aaServer.UseHttp = discrete;
Result = aaServer.UseHttp;
Remarks
If set to True, HTTP is used. This property also creates the connection object, if necessary.
The default value is False.