ConnectionInfo.Sspi Property

 

Applies To: SQL Server (starting with 2016)

Gets the name of the SSPI package to use during the authentication process of the connection.

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

Syntax

public string Sspi { get; }
public:
property String^ Sspi {
    String^ get();
}
member Sspi : string with get
Public ReadOnly Property Sspi As String

Property Value

Type: System.String

A string with the following possible values:Negotiate.The SSPI package is to be negotiated between the client and the service.This is the default value.KerberosKerberos is the authentication package defined to authenticate to this server.

See Also

ConnectionInfo Class
Microsoft.AnalysisServices Namespace

Return to top