次の方法で共有


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)

プロパティ値

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

関連項目

参照

SqlOlapConnectionInfoBase クラス

Microsoft.SqlServer.Management.Common 名前空間