XmlaWarning.WarningCode Property

 

Applies To: SQL Server (starting with 2016)

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

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public int WarningCode { get; }
public:
property int WarningCode {
    int get();
}
member WarningCode : int with get
Public ReadOnly Property WarningCode As Integer

Property Value

Type: System.Int32

The identified warning message.

See Also

XmlaWarning Class
Microsoft.AnalysisServices Namespace

Return to top