ChangeTrackingRetentionPeriodUnits 속성
보존 기간 값의 단위 유형을 가져오거나 설정합니다.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.Deploy)> _
Public Property ChangeTrackingRetentionPeriodUnits As RetentionPeriodUnits
Get
Set
‘사용 방법
Dim instance As Database
Dim value As RetentionPeriodUnits
value = instance.ChangeTrackingRetentionPeriodUnits
instance.ChangeTrackingRetentionPeriodUnits = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.Deploy)]
public RetentionPeriodUnits ChangeTrackingRetentionPeriodUnits { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::Deploy)]
public:
virtual property RetentionPeriodUnits ChangeTrackingRetentionPeriodUnits {
RetentionPeriodUnits get () sealed;
void set (RetentionPeriodUnits value) sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.Deploy)>]
abstract ChangeTrackingRetentionPeriodUnits : RetentionPeriodUnits with get, set
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.Deploy)>]
override ChangeTrackingRetentionPeriodUnits : RetentionPeriodUnits with get, set
final function get ChangeTrackingRetentionPeriodUnits () : RetentionPeriodUnits
final function set ChangeTrackingRetentionPeriodUnits (value : RetentionPeriodUnits)
속성 값
유형: Microsoft.SqlServer.Management.Smo. . :: . .RetentionPeriodUnits
보존 기간 값의 단위를 지정하는 RetentionPeriodUnits 유형입니다.
구현
IDatabaseOptions. . :: . .ChangeTrackingRetentionPeriodUnits
주의
You can select Minutes, Hours, Days, Weeks, Months or Years. The default value is Days. The minimum retention period is 1 minute. There is no maximum retention period.