SqlOlapConnectionInfoBase.QueryTimeout プロパティ

クエリがタイムアウトするまでの秒数を取得または設定します。

名前空間:  Microsoft.SqlServer.Management.Common
アセンブリ:  Microsoft.SqlServer.ConnectionInfo (Microsoft.SqlServer.ConnectionInfo.dll)

構文

'宣言
Public Property QueryTimeout As Integer 
    Get 
    Set
'使用
Dim instance As SqlOlapConnectionInfoBase 
Dim value As Integer 

value = instance.QueryTimeout

instance.QueryTimeout = value
public int QueryTimeout { get; set; }
public:
property int QueryTimeout {
    int get ();
    void set (int value);
}
member QueryTimeout : int with get, set
function get QueryTimeout () : int 
function set QueryTimeout (value : int)

プロパティ値

型: System.Int32
クエリ タイムアウト期間を示す Int32 値です。

関連項目

参照

SqlOlapConnectionInfoBase クラス

Microsoft.SqlServer.Management.Common 名前空間