CheckpointStatement.Duration 属性

获取或设置持续时间。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public Property Duration As Literal
    Get
    Set
public Literal Duration { get; set; }
public:
property Literal^ Duration {
    Literal^ get ();
    void set (Literal^ value);
}
member Duration : Literal with get, set
function get Duration () : Literal
function set Duration (value : Literal)

属性值

类型:Microsoft.Data.Schema.ScriptDom.Sql.Literal

备注

可选项,可以为 NULL。

.NET Framework 安全性

请参见

参考

CheckpointStatement 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间