共用方式為


SqlOlapConnectionInfoBase.ConnectionTimeoutInternal 屬性

Gets or sets the internal connection timeout period in seconds.

命名空間:  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)

屬性值

型別:System.Int32
A Int32 value that specifies the internal connection timeout period.

請參閱

參考

SqlOlapConnectionInfoBase 類別

Microsoft.SqlServer.Management.Common 命名空間