Classe MetadataProperties
Represents the metadata properties of a report part.
Gerarchia di ereditarietà
System.Object
System.Collections.ObjectModel.Collection<MetadataProperty>
Microsoft.ReportingServices.RdlObjectModel.RdlCollectionBase<MetadataProperty>
Microsoft.ReportingServices.RdlObjectModel.RdlCollection<MetadataProperty>
Microsoft.ReportingServices.RdlObjectModel.MetadataProperties
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Class MetadataProperties _
Inherits RdlCollection(Of MetadataProperty)
'Utilizzo
Dim instance As MetadataProperties
public class MetadataProperties : RdlCollection<MetadataProperty>
public ref class MetadataProperties : public RdlCollection<MetadataProperty^>
type MetadataProperties =
class
inherit RdlCollection<MetadataProperty>
end
public class MetadataProperties extends RdlCollection<MetadataProperty>
Nel tipo MetadataProperties sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
MetadataProperties | Initializes a new instance of the MetadataProperties class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
Count | Ereditato da Collection<MetadataProperty>. |
![]() |
Item[Int32] | Ereditato da Collection<MetadataProperty>. |
![]() |
Item[String] | Gets an item from the collection that has the specified name. |
![]() |
Items | Ereditato da Collection<MetadataProperty>. |
![]() |
Parent | Gets or sets the parent object. Ereditato da RdlCollectionBase<T>. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Add(T) | Ereditato da Collection<MetadataProperty>. |
![]() |
Add(String, String) | Adds a metadata property. |
![]() |
Clear | Ereditato da Collection<MetadataProperty>. |
![]() |
ClearItems | Infrastruttura. Removes all the items in the collection. Ereditato da RdlCollection<T>. |
![]() |
Contains(String) | Indicates whether a specified property is a member of the current set of metadata properties. |
![]() |
Contains(T) | Ereditato da Collection<MetadataProperty>. |
![]() |
CopyTo | Ereditato da Collection<MetadataProperty>. |
![]() |
DeepClone | Returns a deep clone of this MetadataProperties instance. |
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetEnumerator | Ereditato da Collection<MetadataProperty>. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
IndexOf | Ereditato da Collection<MetadataProperty>. |
![]() |
Insert | Ereditato da Collection<MetadataProperty>. |
![]() |
InsertItem | Infrastruttura. Inserts an item in the collection. Ereditato da RdlCollection<T>. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
OnCollectionChanged | Infrastruttura. Raises the CollectionChanged event. Ereditato da RdlCollection<T>. |
![]() |
Remove | Ereditato da Collection<MetadataProperty>. |
![]() |
RemoveAt | Ereditato da Collection<MetadataProperty>. |
![]() |
RemoveItem | Infrastruttura. Removes an item from the collection. Ereditato da RdlCollection<T>. |
![]() |
SetItem | Infrastruttura. Replaces an item in the collection. Ereditato da RdlCollection<T>. |
![]() |
ToString | Ereditato da Object. |
In alto
Eventi
Nome | Descrizione | |
---|---|---|
![]() |
CollectionChanged | Infrastruttura. Occurs when the collection has been changed. Ereditato da RdlCollection<T>. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
![]() ![]() |
IList.Add | Infrastruttura. Adds an object to the end of the collection. Ereditato da RdlCollectionBase<T>. |
![]() ![]() |
IList.Item | Infrastruttura. Gets or sets the element at the specified index. Ereditato da RdlCollectionBase<T>. |
![]() ![]() |
IList.Contains | Ereditato da Collection<MetadataProperty>. |
![]() ![]() |
ICollection.CopyTo | Ereditato da Collection<MetadataProperty>. |
![]() ![]() |
IEnumerable.GetEnumerator | Ereditato da Collection<MetadataProperty>. |
![]() ![]() |
IList.IndexOf | Ereditato da Collection<MetadataProperty>. |
![]() ![]() |
IList.Insert | Ereditato da Collection<MetadataProperty>. |
![]() ![]() |
IList.IsFixedSize | Ereditato da Collection<MetadataProperty>. |
![]() ![]() |
ICollection<T>.IsReadOnly | Ereditato da Collection<MetadataProperty>. |
![]() ![]() |
IList.IsReadOnly | Ereditato da Collection<MetadataProperty>. |
![]() ![]() |
ICollection.IsSynchronized | Ereditato da Collection<MetadataProperty>. |
![]() ![]() |
IList.Remove | Ereditato da Collection<MetadataProperty>. |
![]() ![]() |
ICollection.SyncRoot | Ereditato da Collection<MetadataProperty>. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.