Database.Authentication property
- Last UpdatedJul 19, 2024
- 1 minute read
The Database.Authentication property is a read-write string property that gets or sets the authentication mode to connect to the Alarm Database. Possible values are:
-
Windows Integrated
-
Windows Account
-
SQL Server
The default value is "Windows Integrated".
Syntax
result = AlarmClient.Database.Authentication;
AlarmClient.Database.Authentication = AuthMode;
Example
AlarmClient.Database.Authentication = "Windows Integrated";
Remarks
For more information, see Show historical alarms and/or events.