Freigeben über


ConnectionExceptionCause Enumeration

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 (in microsoft.analysisservices.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration ConnectionExceptionCause
[SerializableAttribute] 
public enum ConnectionExceptionCause
[SerializableAttribute] 
public enum class ConnectionExceptionCause
/** @attribute SerializableAttribute() */ 
public enum ConnectionExceptionCause
SerializableAttribute 
public enum ConnectionExceptionCause

Members

Member name 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.

Hinweise

Neu:17. Juli 2006

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Microsoft.AnalysisServices Namespace