SqlDatabaseDataRetention Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sql database data retention.
public class SqlDatabaseDataRetention
type SqlDatabaseDataRetention = class
Public Class SqlDatabaseDataRetention
- Inheritance
-
SqlDatabaseDataRetention
Constructors
SqlDatabaseDataRetention() |
Initializes a new instance of the SqlDatabaseDataRetention class. |
SqlDatabaseDataRetention(Nullable<TimeSpan>, Nullable<TimeSpan>) |
Initializes a new instance of the SqlDatabaseDataRetention class. |
Properties
DropRetentionPeriod |
Gets or sets specifies the dropped database retention period (ISO8601 format). |
RetentionPeriod |
Gets or sets specifies the data retention period (ISO8601 format). |