次の方法で共有


CacheRefreshPlan.ModifiedBy プロパティ

キャッシュ更新プランを最後に変更したユーザーを取得します。

名前空間:  ReportService2010
アセンブリ:  ReportService2010 (ReportService2010.dll)

構文

'宣言
Public Property ModifiedBy As String 
    Get 
    Set
'使用
Dim instance As CacheRefreshPlan 
Dim value As String 

value = instance.ModifiedBy

instance.ModifiedBy = value
public string ModifiedBy { get; set; }
public:
property String^ ModifiedBy {
    String^ get ();
    void set (String^ value);
}
member ModifiedBy : string with get, set
function get ModifiedBy () : String 
function set ModifiedBy (value : String)

プロパティ値

型: System.String
キャッシュ更新プランを最後に変更したユーザーを表す string 値です。

説明

このプロパティは読み取り専用です。

関連項目

参照

CacheRefreshPlan クラス

ReportService2010 名前空間

その他の技術情報

複数の共有データセットのキャッシュ (SSRS)

複数のレポートのキャッシュ (SSRS)