ISql90Route.Lifetime Property

Gets or sets the lifetime.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property Lifetime As Integer
    Get
    Set
'Usage
Dim instance As ISql90Route
Dim value As Integer

value = instance.Lifetime

instance.Lifetime = value
int Lifetime { get; set; }
property int Lifetime {
    int get ();
    void set (int value);
}
function get Lifetime () : int
function set Lifetime (value : int)
abstract Lifetime : int with get, set

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ISql90Route Interface

ISql90Route Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace