Proprietà XmlaError.ErrorCode
Gets the error code.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ErrorCode As Integer
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Int32
The error code.