ConnectionExceptionCause Enumeration
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 (in microsoft.analysisservices.dll)
语法
声明
<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. |
备注
新增日期:2006 年 7 月 17 日
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。