Compartir a través de


SqlOlapConnectionInfoBase.ConnectionTimeoutInternal Propiedad

Gets or sets the internal connection timeout period in seconds.

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

Sintaxis

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

value = Me.ConnectionTimeoutInternal 

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

Valor de la propiedad

Tipo: System.Int32
A Int32 value that specifies the internal connection timeout period.

Vea también

Referencia

SqlOlapConnectionInfoBase Clase

Espacio de nombres Microsoft.SqlServer.Management.Common