Warning Element (XMLA)

Contains information about a warning returned by an instance of Microsoft SQL Server 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.

See Also

Reference

Error Element (XMLA)

Concepts

Properties (XMLA)