RemovalPolicies Function (Repository.Item Module)
[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]
Stores removal policies used by Modeling Services lifetime services.
RemovalPolicies()
Table Returned
Field | Data type | Description |
---|---|---|
Id |
Integer32 |
The identifier of the removal policy. |
Name |
Text(1034) |
The name of the removal policy. |
Schedule |
Text(256) |
The name of an existing database job schedule. This schedule determines when to run the removal policy. |
Rule |
Text |
An expression that determines what data is removed when the removal policy runs. |
LastTimeStamp |
A timestamp field that marks the last run of the removal policy. |