Właściwość SqlOlapConnectionInfoBase.QueryTimeoutInternal
Pobiera lub ustawia limit czasu kwerendy wewnętrznych w sekundach.
Przestrzeń nazw: Microsoft.SqlServer.Management.Common
Zestaw: Microsoft.SqlServer.ConnectionInfo (w Microsoft.SqlServer.ConnectionInfo.dll)
Składnia
'Deklaracja
Protected Property QueryTimeoutInternal As Integer
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Int32
A Int32 wartości, który określa okres limitu czasu kwerendy wewnętrznego.
Zobacz także