LoginID
- Last UpdatedNov 17, 2021
- 1 minute read
The LoginID property is a read-write property that gets and sets the login ID for the SQL Server.
Syntax
aaServer.LoginID = message;
Result = aaServer.LoginID;
Remarks
This login ID is used if Windows integrated security is not used. After a log on has occurred, changing the value of this property has no effect until a log off and subsequent log on occurs.
The default LoginID is wwUser.