Classe ReportHistorySnapshot
Represents a report history snapshot.
Hierarquia de herança
System.Object
ReportService2006.ReportHistorySnapshot
Namespace: ReportService2006
Assembly: ReportService2006 (em ReportService2006.dll)
Sintaxe
'Declaração
Public Class ReportHistorySnapshot
'Uso
Dim instance As ReportHistorySnapshot
public class ReportHistorySnapshot
public ref class ReportHistorySnapshot
type ReportHistorySnapshot = class end
public class ReportHistorySnapshot
O tipo ReportHistorySnapshot expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ReportHistorySnapshot | Initializes a new instance of the ReportHistorySnapshot class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
CreationDate | Gets or sets the date and time that the report history snapshot was added to the report server database. | |
HistoryID | Gets or sets the ID of the report history snapshot. | |
Size | Gets or sets the size, in bytes, of a report 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 ReportHistorySnapshot object is returned as output by the ListReportHistory 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.