Partager via


ISql90Route.Lifetime, propriété

Obtient ou définit le temps, en secondes, pendant lequel l'itinéraire est conservé dans la table de routage.

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

Syntaxe

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

Valeur de propriété

Type : System.Nullable<Int32>

Sécurité .NET Framework

Voir aussi

Référence

ISql90Route Interface

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