Proprietà ISql90Route.Lifetime

Ottiene o imposta il tempo, in secondi, per il quale la route viene mantenuta nella tabella di routing.

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

Sintassi

'Dichiarazione
Property Lifetime As Nullable(Of Integer)
    Get
    Set
Nullable<int> Lifetime { get; set; }
property Nullable<int> Lifetime {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
abstract Lifetime : Nullable<int> with get, set
function get Lifetime () : Nullable<int>
function set Lifetime (value : Nullable<int>)

Valore proprietà

Tipo: System.Nullable<Int32>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90Route Interfaccia

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