Partilhar via


Propriedade ISql90ServerOptions.UserInstanceTimeout

Obtém ou define o valor de tempo limite para instâncias do usuário.

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

Sintaxe

'Declaração
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>)

Valor de propriedade

Tipo: System.Nullable<Int32>

Segurança do .NET Framework

Consulte também

Referência

ISql90ServerOptions Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel