Compartir a través de


Clase ItemHistorySnapshot

Represents an item history snapshot.

Jerarquía de herencia

System.Object
  ReportService2010.ItemHistorySnapshot

Espacio de nombres:  ReportService2010
Ensamblado:  ReportService2010 (en ReportService2010.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
Public Class ItemHistorySnapshot
'Uso
Dim instance As ItemHistorySnapshot
[SerializableAttribute]
public class ItemHistorySnapshot
[SerializableAttribute]
public ref class ItemHistorySnapshot
[<SerializableAttribute>]
type ItemHistorySnapshot =  class end
public class ItemHistorySnapshot

El tipo ItemHistorySnapshot expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ItemHistorySnapshot Instantiates a new instance of a ItemHistorySnapshot class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública CreationDate Gets or sets the date and time that the item history snapshot was added to the report server database.
Propiedad pública HistoryID Gets or sets the ID of the item history snapshot.
Propiedad pública Size Gets or sets the size, in bytes, of an item history snapshot.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

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

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres ReportService2010