ReportHistorySnapshot.HistoryID Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the ID of the report history snapshot.

Namespace:   ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

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

Property Value

Type: System.String

A String value that contains the ID of the report history snapshot.

See Also

ReportHistorySnapshot Class
ReportService2005 Namespace

Return to top