RetentionPeriodUnits 열거형
Enumerates values that specify the units for the retention period.
네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Rmo(Microsoft.SqlServer.Rmo.dll)
구문
‘선언
Public Enumeration RetentionPeriodUnits
‘사용 방법
Dim instance As RetentionPeriodUnits
public enum RetentionPeriodUnits
public enum class RetentionPeriodUnits
type RetentionPeriodUnits
public enum RetentionPeriodUnits
멤버
멤버 이름 | 설명 | |
---|---|---|
Days | Retention period is specified in days. | |
Weeks | Retention period is specified in weeks. | |
Months | Retention period is specified in months. | |
Years | Retention period is specified in years. | |
Hours | Retention period specified in hours. | |
Minutes | Retention period specified in minutes. |
주의
The RetentionPeriodUnits enumeration is used only with merge replication.
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.