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. |
Замечания
Добавления:17 июля 2006 г.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.