Condividi tramite


Enumerazione ConnectionExceptionCause

Contains the values for exceptions that are raised when an error occurs to the connection between server and current client application.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Enumeration ConnectionExceptionCause
'Utilizzo
Dim instance As ConnectionExceptionCause
[SerializableAttribute]
public enum ConnectionExceptionCause
[SerializableAttribute]
public enum class ConnectionExceptionCause
[<SerializableAttribute>]
type ConnectionExceptionCause
public enum ConnectionExceptionCause

Membri

Nome membro Descrizione
AuthenticationFailed Credentials presented at connection time were refused by server.
IncompatibleVersion Client application is requesting connection over an incompatible version of provider.
Unspecified Any other exception that is different from AuthenticationFailed and IncompatibleVersion.

Osservazioni

Novità:   17 luglio 2006

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices