HistorySource.Authentication
- Last UpdatedDec 08, 2015
- 1 minute read
The HistorySource.Authentication property is a read-write string property that gets or sets the authentication mode for the connection to the server. Available options are SQL Server, Windows Account, and Windows Integrated.
Syntax
HistorySource.Authentication = string;
Result = HistorySource.Authentication;
Remarks
The default is Windows Integrated.