IDataObjectReservation
Represents the base for reservations.
A reservation is a placeholder for a new data object or a structural modification to an existing data object. This means procedures for other data objects can be prevented from taking the place in the Productive Environment.
Properties
| Property | Description |
|---|---|
| Id:Int32 | Returns the Id for a reservation. |
| Schema:ISchema | Gets the schema the data object behind the reservation follows. |
Methods
| Method | Description |
|---|---|
| Release():Void | Discards the reservation. |
