Compartir a través de


RetentionPeriodUnits Enumeración

Enumerates values that specify the units for the retention period.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Sintaxis

'Declaración
Public Enumeration RetentionPeriodUnits
'Uso
Dim instance As RetentionPeriodUnits
public enum RetentionPeriodUnits
public enum class RetentionPeriodUnits
type RetentionPeriodUnits
public enum RetentionPeriodUnits

Miembros

Nombre del miembro Descripción
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
Minutes

Notas

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.