CheckpointStatement.Duration Property

Gets or sets the duration.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Property Duration As Literal 
    Get 
    Set
'Usage
Dim instance As CheckpointStatement 
Dim value As Literal 

value = instance.Duration

instance.Duration = value
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)

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The duration.

See Also

Reference

CheckpointStatement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace