ConnectionExceptionCause 枚举
Describes the reason for the connection exception.
命名空间: Microsoft.AnalysisServices.AdomdClient
程序集: Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)
语法
声明
<SerializableAttribute> _
Public Enumeration ConnectionExceptionCause
用法
Dim instance As ConnectionExceptionCause
[SerializableAttribute]
public enum ConnectionExceptionCause
[SerializableAttribute]
public enum class ConnectionExceptionCause
[<SerializableAttribute>]
type ConnectionExceptionCause
public enum ConnectionExceptionCause
成员
成员名称 | 说明 | |
---|---|---|
Unspecified | Specifies that the AdomdConnectionException was caused by an unspecified error. | |
AuthenticationFailed | Specifies that the AdomdConnectionException was caused by an authentication failure. |