Freigeben über


ReportHistorySnapshot-Klasse

Represents a report history snapshot.

Vererbungshierarchie

System. . :: . .Object
  ReportService2006..::..ReportHistorySnapshot

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

Syntax

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

Der ReportHistorySnapshot-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ReportHistorySnapshot Initializes a new instance of the ReportHistorySnapshot class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft CreationDate Gets or sets the date and time that the report history snapshot was added to the report server database.
Öffentliche Eigenschaft HistoryID Gets or sets the ID of the report history snapshot.
Öffentliche Eigenschaft Size Gets or sets the size, in bytes, of a report 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 ReportHistorySnapshot object is returned as output by the ListReportHistory 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