Proprietà ISql90ServerOptions.UserInstanceTimeout

Ottiene o imposta il valore di timeout per le istanze utente.

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

Sintassi

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

Valore proprietà

Tipo: System.Nullable<Int32>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90ServerOptions Interfaccia

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