Compartir a través de


IServerConfigurationFacet.QueryWait Propiedad

Gets or sets the query wait.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: System.Int32
The query wait.

Vea también

Referencia

IServerConfigurationFacet Interfaz

Espacio de nombres Microsoft.SqlServer.Management.Smo