Partager via


CheckpointStatement.Duration, propriété

Obtient ou définit la durée.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : Microsoft.Data.Schema.ScriptDom.Sql.Literal

Notes

Facultatif, peut être Null.

Sécurité .NET Framework

Voir aussi

Référence

CheckpointStatement Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms