言語

ExecutionInfo.HistoryID プロパティ

定義

レポートが履歴スナップショットから来ている場合、履歴IDを含む文字列を取得します。

public:
 property System::String ^ HistoryID { System::String ^ get(); void set(System::String ^ value); };
public string HistoryID { get; set; }
member this.HistoryID : string with get, set
Public Property HistoryID As String

プロパティ値

String の値。

注釈

レポートがレポート履歴スナップショットから来ていない場合、このプロパティは空になります。

適用対象