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

멤버

멤버 이름 설명
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일

참고 항목

참조

Microsoft.AnalysisServices 네임스페이스