SqlOlapConnectionInfoBase.QueryTimeoutInternal 属性

Gets or sets the internal query timeout period in seconds.

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

属性值

类型:System.Int32
A Int32 value that specifies the internal query timeout period.

请参阅

参考

SqlOlapConnectionInfoBase 类

Microsoft.SqlServer.Management.Common 命名空间