Enumeração ConnectionExceptionCause
Contains the values for exceptions that are raised when an error occurs to the connection between server and current client application.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Enumeration ConnectionExceptionCause
'Uso
Dim instance As ConnectionExceptionCause
[SerializableAttribute]
public enum ConnectionExceptionCause
[SerializableAttribute]
public enum class ConnectionExceptionCause
[<SerializableAttribute>]
type ConnectionExceptionCause
public enum ConnectionExceptionCause
Membros
Nome do membro | Descrição | |
---|---|---|
Unspecified | Any other exception that is different from AuthenticationFailed and IncompatibleVersion. | |
IncompatibleVersion | Client application is requesting connection over an incompatible version of provider. | |
AuthenticationFailed | Credentials presented at connection time were refused by server. |
Comentários
Novo: 17 de julho de 2006