ItemHistorySnapshot.CreationDate Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the date and time that the item history snapshot was added to the report server database.

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

Syntax

public DateTime CreationDate { get; set; }
public:
property DateTime CreationDate {
    DateTime get();
    void set(DateTime value);
}
member CreationDate : DateTime with get, set
Public Property CreationDate As Date

Property Value

Type: System.DateTime

A DateTime value containing the date and time that the item history snapshot was added to the report server database.

See Also

ItemHistorySnapshot Class
ReportService2010 Namespace

Return to top