Classe ItemHistorySnapshot
Represents an item history snapshot.
Hiérarchie d'héritage
System.Object
ReportService2010.ItemHistorySnapshot
Espace de noms : ReportService2010
Assembly : ReportService2010 (en ReportService2010.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class ItemHistorySnapshot
'Utilisation
Dim instance As ItemHistorySnapshot
[SerializableAttribute]
public class ItemHistorySnapshot
[SerializableAttribute]
public ref class ItemHistorySnapshot
[<SerializableAttribute>]
type ItemHistorySnapshot = class end
public class ItemHistorySnapshot
Le type ItemHistorySnapshot expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
ItemHistorySnapshot | Instantiates a new instance of a ItemHistorySnapshot class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
CreationDate | Gets or sets the date and time that the item history snapshot was added to the report server database. | |
HistoryID | Gets or sets the ID of the item history snapshot. | |
Size | Gets or sets the size, in bytes, of an item 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 ItemHistorySnapshot object is returned as output by the ListItemHistory 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.