ErrorCode 속성
Gets the error code of the AdomdError.
네임스페이스: Microsoft.AnalysisServices.AdomdClient
어셈블리: Microsoft.AnalysisServices.AdomdClient.dll의 Microsoft.AnalysisServices.AdomdClient
구문
‘선언
Public ReadOnly Property ErrorCode As Integer
Get
‘사용 방법
Dim instance As AdomdError
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 Int that contains the error code of the AdomdError.
주의
The ErrorCode property represents the numeric error code contained in an XML for Analysis error.