SqlOlapConnectionInfoBase.QueryTimeoutInternal 屬性
取得或設定查詢連接逾時期限 (以秒為單位)。
命名空間: Microsoft.SqlServer.Management.Common
組件: Microsoft.SqlServer.ConnectionInfo (在 Microsoft.SqlServer.ConnectionInfo.dll 中)
語法
'宣告
Protected Property QueryTimeoutInternal As Integer
Get
Set
'用途
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)
屬性值
型別:Int32
指定內部查詢逾時期限的 Int32 值。