Propriedade do RDL IServerConfigurationFacet.QueryWait

Gets or sets the query wait.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Property QueryWait As Integer 
    Get 
    Set
'Uso
Dim instance As IServerConfigurationFacet 
Dim value As Integer 

value = instance.QueryWait

instance.QueryWait = value
int QueryWait { get; set; }
property int QueryWait {
    int get ();
    void set (int value);
}
abstract QueryWait : int with get, set
function get QueryWait () : int 
function set QueryWait (value : int)

Valor da propriedade

Tipo: System.Int32
The query wait.

Consulte também

Referência

IServerConfigurationFacet Interface

Namespace Microsoft.SqlServer.Management.Smo