XmlaWarning Class

Definition

Represents a warning returned by Analysis Services server (in XML/A protocol).

[System.Serializable]
public sealed class XmlaWarning : Microsoft.AnalysisServices.XmlaMessage
[<System.Serializable>]
type XmlaWarning = class
    inherit XmlaMessage
Public NotInheritable Class XmlaWarning
Inherits XmlaMessage
Inheritance
XmlaWarning
Attributes

Properties

Description

Gets the description of the message.

(Inherited from XmlaMessage)
HelpFile

Gets the help-file associated with the message.

(Inherited from XmlaMessage)
Location

Gets the location information associated with the message.

(Inherited from XmlaMessage)
Source

Gets the source of the message.

(Inherited from XmlaMessage)
WarningCode

Gets the identification code for the warning represeted by the XmlaWarning object.

Applies to