Partager via


Propriété CheckpointStatement.Duration

Gets or sets the duration.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property Duration As Literal 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

CheckpointStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom