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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.