다음을 통해 공유


CatalogItem.ItemMetadata 속성

Gets or sets a list of item metadata.

네임스페이스:  ReportService2010
어셈블리:  ReportService2010(ReportService2010.dll)

구문

‘선언
Public Property ItemMetadata As Property()
    Get 
    Set
‘사용 방법
Dim instance As CatalogItem 
Dim value As Property()

value = instance.ItemMetadata

instance.ItemMetadata = value
public Property[] ItemMetadata { get; set; }
public:
property array<Property^>^ ItemMetadata {
    array<Property^>^ get ();
    void set (array<Property^>^ value);
}
member ItemMetadata : Property[] with get, set
function get ItemMetadata () : Property[]
function set ItemMetadata (value : Property[])

속성 값

유형: array<ReportService2010.Property[]
An array of Property objects that contain the item metadata.

주의

The table below lists the metadata this property contains.

Metadata

Description

ComponentID

The unique identifier of a Component item.

ExecutionDate

The date and time at which a report execution snapshot was last created for a Report item.

HasThumbNail

Whether a Component item contains a thumbnail.

MimeType

The MIME type of a Resource item.

SubType

The type of a Component item For example, Chart.

참고 항목

참조

CatalogItem 클래스

ReportService2010 네임스페이스