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 命名空间