Condividi tramite


Proprietà XmlaWarning.WarningCode

Gets or sets the warning message identified in the XmlaWarning class.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property WarningCode As Integer 
    Get
'Utilizzo
Dim instance As XmlaWarning 
Dim value As Integer 

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

Valore proprietà

Tipo: System.Int32
The identified warning message.

Vedere anche

Riferimento

XmlaWarning Classe

Spazio dei nomi Microsoft.AnalysisServices