다음을 통해 공유


AdomdErrorResponseException.ErrorCode 속성

Gets the value of the ErrorCode property from the first AdomdError in the Errors collection contained by the AdomdErrorResponseException.

네임스페이스:  Microsoft.AnalysisServices.AdomdClient
어셈블리:  Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)

구문

‘선언
Public ReadOnly Property ErrorCode As Integer 
    Get
‘사용 방법
Dim instance As AdomdErrorResponseException 
Dim value As Integer 

value = instance.ErrorCode
public int ErrorCode { get; }
public:
property int ErrorCode {
    int get ();
}
member ErrorCode : int
function get ErrorCode () : int

속성 값

유형: System.Int32
An unsigned integer representing the ErrorCode property from the first AdomdError in the Errors collection contained by the AdomdErrorResponseException.

주의

The ErrorCode property typically contains the HRESULT of an error raised by the XML for Analysis Services provider or server.

참고 항목

참조

AdomdErrorResponseException 클래스

Microsoft.AnalysisServices.AdomdClient 네임스페이스