Compartir a través de


CheckpointStatement.Duration (Propiedad)

Obtiene o establece la duración.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

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

Comentarios

Opcional, puede ser NULL.

Seguridad de .NET Framework

Vea también

Referencia

CheckpointStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)