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
成員
成員名稱 | 描述 | |
---|---|---|
Unspecified | Any other exception that is different from AuthenticationFailed and IncompatibleVersion. | |
IncompatibleVersion | Client application is requesting connection over an incompatible version of provider. | |
AuthenticationFailed | Credentials presented at connection time were refused by server. |
備註
新增: 2006 年 7 月 17 日