Database GetProperties
Gets the XML properties of the database.
Request
<Alea:Document xmlns:Alea="http://www.misag.com">
<Alea:Request RequestID="1.90" Class="Database" Method="GetProperties" />
</Alea:Document>
Answer
<Alea:Document xmlns:Alea="http://www.misag.com">
<Alea:Request RequestID="1.90">
<Alea:Return>
<Alea:Properties>
<Alea:Configuration DesignerExclusive="false" />
<Alea:Database Name="Samples">
<Alea:Users Connected="1" Limit="16023" />
<Alea:ReservationMode>False</Alea:ReservationMode>
</Alea:Database>
</Alea:Properties>
</Alea:Return>
</Alea:Request>
</Alea:Document>
The DesignerExclusive XML attribute can be changed with the
Database PutProperties XML function. When set to true,
only the Designer application is allowed to perform modeling tasks
on the database.
The <Alea:ReservationMode> XML element is read-only. The
reservation mode of a database can be modified with the Database
ReservationMode XML function.