Compartilhar via


Propriedade do RDL XmlaWarning.WarningCode

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public ReadOnly Property WarningCode As Integer 
    Get
'Uso
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

Valor da propriedade

Tipo: System.Int32
The identified warning message.

Consulte também

Referência

XmlaWarning Classe

Namespace Microsoft.AnalysisServices