Classe ReportHistorySnapshot
Represents a report history snapshot.
Hiérarchie d'héritage
System.Object
ReportService2006.ReportHistorySnapshot
Espace de noms : ReportService2006
Assembly : ReportService2006 (en ReportService2006.dll)
Syntaxe
'Déclaration
Public Class ReportHistorySnapshot
'Utilisation
Dim instance As ReportHistorySnapshot
public class ReportHistorySnapshot
public ref class ReportHistorySnapshot
type ReportHistorySnapshot = class end
public class ReportHistorySnapshot
Le type ReportHistorySnapshot expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
ReportHistorySnapshot | Initializes a new instance of the ReportHistorySnapshot class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
CreationDate | Gets or sets the date and time that the report history snapshot was added to the report server database. | |
HistoryID | Gets or sets the ID of the report history snapshot. | |
Size | Gets or sets the size, in bytes, of a report history snapshot. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Notes
A ReportHistorySnapshot object is returned as output by the ListReportHistory method.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.