Classe ItemHistorySnapshot

Represents an item history snapshot.

Gerarchia di ereditarietà

System.Object
  ReportService2010.ItemHistorySnapshot

Spazio dei nomi  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Sintassi

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

Nel tipo ItemHistorySnapshot sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ItemHistorySnapshot Instantiates a new instance of a ItemHistorySnapshot class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica CreationDate Gets or sets the date and time that the item history snapshot was added to the report server database.
Proprietà pubblica HistoryID Gets or sets the ID of the item history snapshot.
Proprietà pubblica Size Gets or sets the size, in bytes, of an item history snapshot.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

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

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi ReportService2010