Свойство ChangeRetentionChangeTrackingOptionDetail.Unit

Gets or sets the units (days|hours|minutes) value for the retention period.

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

Синтаксис

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

value = instance.Unit

instance.Unit = value
public TimeUnit Unit { get; set; }
public:
property TimeUnit Unit {
    TimeUnit get ();
    void set (TimeUnit value);
}
member Unit : TimeUnit with get, set
function get Unit () : TimeUnit 
function set Unit (value : TimeUnit)

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

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.TimeUnit
The units value for the retention period.

См. также

Справочник

ChangeRetentionChangeTrackingOptionDetail Класс

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