Udostępnij za pośrednictwem


Właściwość ReportHistorySnapshot.CreationDate

Pobiera lub ustawia data i czas migawka historia raportu została dodana do baza danych serwer raportów.

Przestrzeń nazw:  ReportService2006
Zestaw:  ReportService2006 (w ReportService2006.dll)

Składnia

'Deklaracja
Public Property CreationDate As DateTime
    Get
    Set
'Użycie
Dim instance As ReportHistorySnapshot
Dim value As DateTime

value = instance.CreationDate

instance.CreationDate = value
public DateTime CreationDate { get; set; }
public:
property DateTime CreationDate {
    DateTime get ();
    void set (DateTime value);
}
member CreationDate : DateTime with get, set
function get CreationDate () : DateTime
function set CreationDate (value : DateTime)

Wartość właściwości

Typ: System.DateTime
A System.DateTime wartość, która zawiera data i czas migawka historia raportu została dodana do baza danych serwer raportów.