SqlOlapConnectionInfoBase.QueryTimeoutInternal Propiedad

Obtiene o establece el tiempo de espera de consulta interna en segundos.

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

Sintaxis

'Declaración
Protected Property QueryTimeoutInternal As Integer 
    Get 
    Set
'Uso
Dim value As Integer 

value = Me.QueryTimeoutInternal 

Me.QueryTimeoutInternal = value
protected int QueryTimeoutInternal { get; set; }
protected:
property int QueryTimeoutInternal {
    int get ();
    void set (int value);
}
member QueryTimeoutInternal : int with get, set
function get QueryTimeoutInternal () : int 
function set QueryTimeoutInternal (value : int)

Valor de la propiedad

Tipo: Int32
Valor Int32 que especifica el tiempo de espera de consulta interna.

Vea también

Referencia

SqlOlapConnectionInfoBase Clase

Espacio de nombres Microsoft.SqlServer.Management.Common