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

참고 항목

참조

SqlOlapConnectionInfoBase 클래스

Microsoft.SqlServer.Management.Common 네임스페이스