Udostępnij za pośrednictwem


Właściwość ItemHistorySnapshot.CreationDate

Pobiera lub ustawia datę i czas migawka historia element został dodany do baza danych serwera raportów.

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

Składnia

'Deklaracja
Public Property CreationDate As DateTime
    Get
    Set
'Użycie
Dim instance As ItemHistorySnapshot
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 DateTime wartość zawierające datę i czas migawka historia element został dodany do baza danych serwera raportów.