PendingValue Element (ASSL)

Contains the read-only pending value of the associated ServerProperty element.

Syntax

<ServerProperty>
   ...
   <PendingValue>...</PendingValue>
   ...
</ServerProperty>

Element Characteristics

Characteristic

Description

Data type and length

Any simpleType

Default value

None

Cardinality

0-1: Optional element that can occur once and only once.

Element Relationships

Relationship

Element

Parent element

ServerProperty

Child elements

None

Remarks

This element contains the value of the ServerProperty that will be used the next time the current instance of Microsoft SQL Server Analysis Services is started. This value is typically retrieved from wherever the value for the server property is stored—in an initialization file, the Microsoft Windows registry, or another storage mechanism.

The element that corresponds to the parent of PendingValue in the Analysis Management Objects (AMO) object model is ServerProperty.