Свойство XmlaError.ErrorCode
Gets the error code.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public ReadOnly Property ErrorCode As Integer
Get
'Применение
Dim instance As XmlaError
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
The error code.