ItemHistorySnapshot.CreationDate 屬性

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

命名空間:  ReportService2010
組件:  ReportService2010 (在 ReportService2010.dll 中)

語法

'宣告
Public Property CreationDate As DateTime 
    Get 
    Set
'用途
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)

屬性值

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

請參閱

參考

ItemHistorySnapshot 類別

ReportService2010 命名空間