Freigeben über


ConnectionExceptionCause-Enumeration

Describes the reason for the connection exception.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

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

Elemente

Elementname Beschreibung
AuthenticationFailed Specifies that the AdomdConnectionException was caused by an authentication failure.
Unspecified Specifies that the AdomdConnectionException was caused by an unspecified error.

Siehe auch

Verweis

Microsoft.AnalysisServices.AdomdClient-Namespace