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 값입니다.