XmlaWarning Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |