SqlOlapConnectionInfoBase.ConnectionTimeoutInternal Property

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

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

構文

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

/** @property */
protected void set_ConnectionTimeoutInternal (int value)
protected function get ConnectionTimeoutInternal () : int

protected function set ConnectionTimeoutInternal (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