SystemWebCachingSectionGroup.SqlCacheDependency プロパティとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > SystemWebCachingSectionGroup.SqlCacheDependency プロパティの意味・解説 

SystemWebCachingSectionGroup.SqlCacheDependency プロパティ

メモ : このプロパティは、.NET Framework version 2.0新しく追加されたものです。

構成格納されている sqlCacheDependency セクション取得します

名前空間: System.Web.Configuration
アセンブリ: System.Web (system.web.dll 内)
構文構文

Public ReadOnly Property
 SqlCacheDependency As SqlCacheDependencySection
Dim instance As SystemWebCachingSectionGroup
Dim value As SqlCacheDependencySection

value = instance.SqlCacheDependency
public SqlCacheDependencySection SqlCacheDependency { get;
 }
public:
property SqlCacheDependencySection^ SqlCacheDependency {
    SqlCacheDependencySection^ get ();
}
/** @property */
public SqlCacheDependencySection get_SqlCacheDependency ()
public function get SqlCacheDependency
 () : SqlCacheDependencySection

プロパティ
SqlCacheDependencySection オブジェクト

解説解説
使用例使用例

既存Web アプリケーション構成ファイルから SqlCacheDependencySection オブジェクト取得する方法次のコード例示します

' Get the .<sqlCacheDependency> section
Dim sqlCacheDependency _
As SqlCacheDependencySection = _
cachingSectionGroup.SqlCacheDependency

' Display one of its attributes.
msg = String.Format( _
"Sql cache dependency enabled: {0}" + _
ControlChars.Lf, _
sqlCacheDependency.Enabled.ToString())

Console.Write(msg)

// Get the .<sqlCacheDependency> section
SqlCacheDependencySection sqlCacheDependency =
    cachingSectionGroup.SqlCacheDependency;

// Display one of its attributes.
msg = String.Format(
"Sql cache dependency enabled: {0}\n",
sqlCacheDependency.Enabled.ToString());

Console.Write(msg);

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
SystemWebCachingSectionGroup クラス
SystemWebCachingSectionGroup メンバ
System.Web.Configuration 名前空間
SqlCacheDependencySection クラス
その他の技術情報
caching 要素 (ASP.NET 設定スキーマ)
アプリケーション データキャッシュ


このページでは「.NET Framework クラス ライブラリ リファレンス」からSystemWebCachingSectionGroup.SqlCacheDependency プロパティを検索した結果を表示しています。
Weblioに収録されているすべての辞書からSystemWebCachingSectionGroup.SqlCacheDependency プロパティを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からSystemWebCachingSectionGroup.SqlCacheDependency プロパティを検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

SystemWebCachingSectionGroup.SqlCacheDependency プロパティのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



SystemWebCachingSectionGroup.SqlCacheDependency プロパティのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2024 Microsoft.All rights reserved.

©2024 GRAS Group, Inc.RSS