Właściwość SqlOlapConnectionInfoBase.ConnectionTimeout
Pobiera lub ustawia liczbę sekund, po upływie limitu czasu połączenia.
Przestrzeń nazw: Microsoft.SqlServer.Management.Common
Zestaw: Microsoft.SqlServer.ConnectionInfo (w Microsoft.SqlServer.ConnectionInfo.dll)
Składnia
'Deklaracja
Public Property ConnectionTimeout As Integer
Get
Set
'Użycie
Dim instance As SqlOlapConnectionInfoBase
Dim value As Integer
value = instance.ConnectionTimeout
instance.ConnectionTimeout = value
public int ConnectionTimeout { get; set; }
public:
property int ConnectionTimeout {
int get ();
void set (int value);
}
member ConnectionTimeout : int with get, set
function get ConnectionTimeout () : int
function set ConnectionTimeout (value : int)
Wartość właściwości
Typ: System.Int32
A Int32 wartość, która określa okres limitu czasu połączenia.
Zobacz także