Partilhar via


Propriedade ISql90ServerOptions.PHTimeout

Obtém ou define um valor nessa configuração de tempo limite de modelos de PH.

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

Sintaxe

'Declaração
Property PHTimeout As Nullable(Of Integer)
    Get
    Set
Nullable<int> PHTimeout { get; set; }
property Nullable<int> PHTimeout {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
abstract PHTimeout : Nullable<int> with get, set
function get PHTimeout () : Nullable<int>
function set PHTimeout (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