Share via


AdomdException.HR 속성

Gets the HRESULT, a coded numerical value that is assigned to a specific exception.

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

구문

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

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

속성 값

유형: System.Int32
The HRESULT value.

주의

HRESULT is a 32-bit value, divided into three different fields: a severity code, a facility code, and an error code. The severity code indicates whether the return value represents information, warning, or error. The facility code identifies the area of the system responsible for the error. The error code is a unique number that is assigned to represent the exception.

참고 항목

참조

AdomdException 클래스

Microsoft.AnalysisServices.AdomdServer 네임스페이스