HistoryID プロパティ
レポート履歴スナップショットの ID を取得または設定します。
名前空間: ReportService2006
アセンブリ: ReportService2006 (ReportService2006.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 値です。