次の方法で共有


SqlOlapConnectionInfoBase.QueryTimeoutInternal Property

内部クエリ タイムアウト期間の秒数を取得または設定します。

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

構文

'宣言
Protected Property QueryTimeoutInternal As Integer
protected int QueryTimeoutInternal { get; set; }
protected:
property int QueryTimeoutInternal {
    int get ();
    void set (int value);
}
/** @property */
protected int get_QueryTimeoutInternal ()

/** @property */
protected void set_QueryTimeoutInternal (int value)
protected function get QueryTimeoutInternal () : int

protected function set QueryTimeoutInternal (value : int)

プロパティ値

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

解説

この名前空間、クラス、またはメンバは、Microsoft .NET Framework のバージョン 2.0 でのみサポートされています。

スレッド セーフ

この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

SqlOlapConnectionInfoBase Class
SqlOlapConnectionInfoBase Members
Microsoft.SqlServer.Management.Common Namespace