Expand Minimize
This topic has not yet been rated - Rate this topic

RetentionPeriodUnits Enumeration

Enumerates values that specify the units for the retention period.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
[FlagsAttribute]
public enum RetentionPeriodUnits
Member nameDescription
NoneNo RetentionPeriod.
MinutesRetentionPeriod property will be measured in minutes.
HoursRetentionPeriod property will be measured in hours.
DaysRetentionPeriod property will be measured in days.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.