IntegratedSecurity Enumeration

 

Applies To: SQL Server (starting with 2016)

Defines the type of integrated security used.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public enum IntegratedSecurity
public enum class IntegratedSecurity
type IntegratedSecurity
Public Enumeration IntegratedSecurity

Members

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.

See Also

Microsoft.AnalysisServices Namespace

Return to top