Поделиться через


Свойство ConnectionInfo.Sspi

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

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public ReadOnly Property Sspi As String 
    Get
'Применение
Dim instance As ConnectionInfo 
Dim value As String 

value = instance.Sspi
public string Sspi { get; }
public:
property String^ Sspi {
    String^ get ();
}
member Sspi : string
function get Sspi () : String

Значение свойства

Тип: 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.

  • Kerberos
    Kerberos is the authentication package defined to authenticate to this server.

См. также

Справочник

ConnectionInfo Класс

Пространство имен Microsoft.AnalysisServices