Condividi tramite


Proprietà CheckpointStatement.Duration

Ottiene o imposta la durata.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

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

Note

Può eventualmente essere NULL.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CheckpointStatement Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql