Énumération ConnectionExceptionCause

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Enumeration ConnectionExceptionCause
'Utilisation
Dim instance As ConnectionExceptionCause
[SerializableAttribute]
public enum ConnectionExceptionCause
[SerializableAttribute]
public enum class ConnectionExceptionCause
[<SerializableAttribute>]
type ConnectionExceptionCause
public enum ConnectionExceptionCause

Membres

Nom de membre Description
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.

Notes

Nouveau :   17 juillet 2006

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices