Dela via


ISql90Route.Lifetime Property

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

Syntax

'Declaration
Property Lifetime As Integer
'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)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ISql90Route Interface

ISql90Route Members

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