次の方法で共有


ConnectionExceptionCause 列挙体

サーバーと現在のクライアント アプリケーション間の接続にエラーが発生したときに生成される例外の値を格納します。

名前空間:  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 AuthenticationFailed および IncompatibleVersion 以外の例外です。
IncompatibleVersion クライアント アプリケーションが、互換性のないバージョンのプロバイダを介して接続を要求しています。
AuthenticationFailed 接続時に提示された資格情報がサーバーによって拒否されました。

説明

新規 :2006 年 7 月 17 日