共用方式為


ExceptionCause 屬性

Returns a ConnectionExceptionCause value to explain the origin of the exception.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public ReadOnly Property ExceptionCause As ConnectionExceptionCause
    Get
'用途
Dim instance As ConnectionException
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. . :: . .ConnectionExceptionCause
A ConnectionExceptionCause value which explains the origin of the exception.