ConnectionExceptionCause 枚举
Contains the values for exceptions that are raised when an error occurs to the connection between server and current client application.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
<SerializableAttribute> _
Public Enumeration ConnectionExceptionCause
用法
Dim instance As ConnectionExceptionCause
[SerializableAttribute]
public enum ConnectionExceptionCause
[SerializableAttribute]
public enum class ConnectionExceptionCause
[<SerializableAttribute>]
type ConnectionExceptionCause
public enum ConnectionExceptionCause
成员
成员名称 | 说明 | |
---|---|---|
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. |
注释
新增日期: 2006 年 7 月 17 日