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 的硬體和軟體需求>。