SqlOlapConnectionInfoBase.ConnectionTimeoutInternal 屬性

取得或設定內部連接逾時期限 (以秒為單位)。

命名空間:  Microsoft.SqlServer.Management.Common
組件:  Microsoft.SqlServer.ConnectionInfo (在 Microsoft.SqlServer.ConnectionInfo.dll 中)

語法

'宣告
Protected Property ConnectionTimeoutInternal As Integer 
    Get 
    Set
'用途
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)

屬性值

型別:Int32
指定內部連接逾時期限的 Int32 值。

請參閱

參考

SqlOlapConnectionInfoBase 類別

Microsoft.SqlServer.Management.Common 命名空間