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 네임스페이스