Bewerken

Delen via


Warning Element (XMLA)

Contains information about a warning returned by an instance of Analysis Services.

Syntax

  
<Message>  
   <Warning   
      ErrorCode="unsignedint"   
      Severity="string"   
      Description="string"  
      Source="string"  
      HelpFile="string"  
   />  
</Message>  

Element characteristics

Characteristic Description
Data type and length None
Default value None
Cardinality 0-1: Optional element that can occur once and only once.

Element relationships

Relationship Element
Parent elements Message
Child elements None

Attributes

Attribute Description
ErrorCode Required UnsignedInt attribute. Contains the numeric return code of the warning.
Severity Optional String attribute. Contains the severity of the warning.
Description Optional String attribute. Contains the descriptive text of the warning.
Source Optional String attribute. Contains the name of the component that generated the warning.
HelpFile Optional String attribute. Contains the path or URL to the Help file or topic that describes the warning.

Remarks