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