Freigeben über


ItemHistorySnapshot-Klasse

Represents an item history snapshot.

Vererbungshierarchie

System.Object
  ReportService2010.ItemHistorySnapshot

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class ItemHistorySnapshot
'Usage
Dim instance As ItemHistorySnapshot
[SerializableAttribute]
public class ItemHistorySnapshot
[SerializableAttribute]
public ref class ItemHistorySnapshot
[<SerializableAttribute>]
type ItemHistorySnapshot =  class end
public class ItemHistorySnapshot

Der ItemHistorySnapshot-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ItemHistorySnapshot Instantiates a new instance of a ItemHistorySnapshot class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft CreationDate Gets or sets the date and time that the item history snapshot was added to the report server database.
Öffentliche Eigenschaft HistoryID Gets or sets the ID of the item history snapshot.
Öffentliche Eigenschaft Size Gets or sets the size, in bytes, of an item history snapshot.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

A ItemHistorySnapshot object is returned as output by the ListItemHistory method.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

ReportService2010-Namespace