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.dll의 Microsoft.AnalysisServices
구문
‘선언
<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일