Classe ItemHistorySnapshot
Represents an item history snapshot.
Hierarquia de herança
System.Object
ReportService2010.ItemHistorySnapshot
Namespace: ReportService2010
Assembly: ReportService2010 (em ReportService2010.dll)
Sintaxe
'Declaração
<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
O tipo ItemHistorySnapshot expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ItemHistorySnapshot | Instantiates a new instance of a ItemHistorySnapshot class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Comentários
A ItemHistorySnapshot object is returned as output by the ListItemHistory method.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.