Partager via


Propriété SqlOlapConnectionInfoBase.ConnectionTimeoutInternal

Gets or sets the internal connection timeout period in seconds.

Espace de noms :  Microsoft.SqlServer.Management.Common
Assembly :  Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)

Syntaxe

'Déclaration
Protected Property ConnectionTimeoutInternal As Integer 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

SqlOlapConnectionInfoBase Classe

Espace de noms Microsoft.SqlServer.Management.Common