Proprietà ItemMetadata
Ottiene o imposta un elenco di metadati dell'elemento.
Spazio dei nomi ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Sintassi
'Dichiarazione
Public Property ItemMetadata As Property()
Get
Set
'Utilizzo
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[])
Valore proprietà
Tipo: array<ReportService2010. . :: . .Property> [] () [] []
Matrice di oggetti Property contenenti i metadati dell'elemento.
Osservazioni
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. |