次の方法で共有


AdomdConnectionException.ExceptionCause プロパティ

例外の原因を取得します。

名前空間:  Microsoft.AnalysisServices.AdomdClient
アセンブリ:  Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.dll)

構文

'宣言
Public ReadOnly Property ExceptionCause As ConnectionExceptionCause 
    Get
'使用
Dim instance As AdomdConnectionException 
Dim value As ConnectionExceptionCause 

value = instance.ExceptionCause
public ConnectionExceptionCause ExceptionCause { get; }
public:
property ConnectionExceptionCause ExceptionCause {
    ConnectionExceptionCause get ();
}
member ExceptionCause : ConnectionExceptionCause
function get ExceptionCause () : ConnectionExceptionCause

プロパティ値

型: Microsoft.AnalysisServices.AdomdClient.ConnectionExceptionCause
AdomdConnectionException が発生する原因を表している列挙子です。設定可能な値は、ConnectionExceptionCause.Unspecified、および ConnectionExceptionCause.AuthenticationFailed です。

関連項目

参照

AdomdConnectionException クラス

Microsoft.AnalysisServices.AdomdClient 名前空間