次の方法で共有


HistoryID プロパティ

レポート履歴スナップショットの ID を取得または設定します。

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

構文

'宣言
Public Property HistoryID As String
    Get
    Set
'使用
Dim instance As ReportHistorySnapshot
Dim value As String

value = instance.HistoryID

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

プロパティ値

型: System. . :: . .String
レポート履歴スナップショットの ID を含む String 値です。