SqlRetentionUnit Enumeration

Describes the unit of measure for retention period.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Enumeration SqlRetentionUnit
public enum SqlRetentionUnit
public enum class SqlRetentionUnit
type SqlRetentionUnit
public enum SqlRetentionUnit

Members

Member name Description
Unknown Indicates that the unit of measure is unknown.
Days Specifies that the retention period is expressed in days.
Hours Specifies that the retention period is expressed in hours.
Minutes Specifies that the retention period is expressed in minutes.

See Also

Reference

Microsoft.Data.Schema.Sql.SchemaModel Namespace