次の方法で共有


OutputCacheAttribute.SqlCacheDependencies プロパティ

SQL キャッシュ依存関係を取得または設定します。

名前空間: System.ServiceModel.DomainServices.Server
アセンブリ: System.ServiceModel.DomainServices.Server (system.servicemodel.domainservices.server.dll 内)

使用方法

'使用
Dim instance As OutputCacheAttribute
Dim value As String

value = instance.SqlCacheDependencies

instance.SqlCacheDependencies = value

構文

'宣言
Public Property SqlCacheDependencies As String
public string SqlCacheDependencies { get; set; }
public:
property String^ SqlCacheDependencies {
    String^ get ();
    void set (String^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public String get_SqlCacheDependencies ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_SqlCacheDependencies (String value)
CompilerGeneratedAttribute 
public function get SqlCacheDependencies () : String

CompilerGeneratedAttribute 
public function set SqlCacheDependencies (value : String)

プロパティ値

SQL キャッシュ依存関係。

スレッド セーフ

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

プラットフォーム

開発プラットフォーム

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 、Windows Server 2008、および Windows 2000

ターゲット プラットフォーム

参照

リファレンス

OutputCacheAttribute クラス
OutputCacheAttribute のメンバー
System.ServiceModel.DomainServices.Server 名前空間