IntegratedSecurity Enumeration
Applies To: SQL Server (starting with 2016)
Defines the type of integrated security used.
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
| Member name | Description | |
|---|---|---|
| Basic | Username and password are used to verify credentials. | |
| Federated | Do not reference this member directly in your code. It supports the Analysis Services infrastructure. | |
| Sspi | Windows Integrated Security is used to verify credentials | |
| Unspecified | An unspecified method is used to verify credentials. |
Show: