TrustedConnection
- Last UpdatedNov 17, 2021
- 1 minute read
The TrustedConnection property is a read-write property that gets or sets the indication of whether Windows integrated security is used when logging on to the AVEVA Historian.
Syntax
aaServer.TrustedConnection = discrete;
Result = aaServer.TrustedConnection;
Remarks
True = Windows integrated security is used; False = A SQL Server login ID and password is used.
Changing the value of this property after logon has no effect until logoff and subsequent logon.
The default value is False.