Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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. |
Замечания
Добавления: 17 июля 2006 г.