ConnectionInfo.Sspi Property
Gets the name of the SSPI package to use during the authentication process of the connection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Deklaracja
Public ReadOnly Property Sspi As String
public string Sspi { get; }
public:
property String^ Sspi {
String^ get ();
}
/** @property */
public String get_Sspi ()
public function get Sspi () : String
Property Value
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.
Kerberos
Kerberos is the authentication package defined to authenticate to this server.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.