Свойство ChangeRetentionChangeTrackingOptionDetail.RetentionPeriod

Gets or sets the retention period.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property RetentionPeriod As Literal 
    Get 
    Set
'Применение
Dim instance As ChangeRetentionChangeTrackingOptionDetail 
Dim value As Literal 

value = instance.RetentionPeriod

instance.RetentionPeriod = value
public Literal RetentionPeriod { get; set; }
public:
property Literal^ RetentionPeriod {
    Literal^ get ();
    void set (Literal^ value);
}
member RetentionPeriod : Literal with get, set
function get RetentionPeriod () : Literal 
function set RetentionPeriod (value : Literal)

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The retention period.

См. также

Справочник

ChangeRetentionChangeTrackingOptionDetail Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom