Proprietà SqlOlapConnectionInfoBase.ConnectionTimeoutInternal
Gets or sets the internal connection timeout period in seconds.
Spazio dei nomi Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Sintassi
'Dichiarazione
Protected Property ConnectionTimeoutInternal As Integer
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: Int32
A Int32 value that specifies the internal connection timeout period.