Freigeben über


MetadataProperties-Klasse

Represents the metadata properties of a report part.

Vererbungshierarchie

System.Object
  System.Collections.ObjectModel.Collection<MetadataProperty>
    Microsoft.ReportingServices.RdlObjectModel.RdlCollectionBase<MetadataProperty>
      Microsoft.ReportingServices.RdlObjectModel.RdlCollection<MetadataProperty>
        Microsoft.ReportingServices.RdlObjectModel.MetadataProperties

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Class MetadataProperties _
    Inherits RdlCollection(Of MetadataProperty)
'Usage
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>

Der MetadataProperties-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode MetadataProperties Initializes a new instance of the MetadataProperties class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count (Geerbt von Collection<MetadataProperty>.)
Öffentliche Eigenschaft Item[Int32] (Geerbt von Collection<MetadataProperty>.)
Öffentliche Eigenschaft Item[String] Gets an item from the collection that has the specified name.
Geschützte Eigenschaft Items (Geerbt von Collection<MetadataProperty>.)
Öffentliche Eigenschaft Parent Gets or sets the parent object. (Geerbt von RdlCollectionBase<T>.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Add(T) (Geerbt von Collection<MetadataProperty>.)
Öffentliche Methode Add(String, String) Adds a metadata property.
Öffentliche Methode Clear (Geerbt von Collection<MetadataProperty>.)
Geschützte Methode ClearItems Infrastruktur Removes all the items in the collection. (Geerbt von RdlCollection<T>.)
Öffentliche Methode Contains(String) Indicates whether a specified property is a member of the current set of metadata properties.
Öffentliche Methode Contains(T) (Geerbt von Collection<MetadataProperty>.)
Öffentliche Methode CopyTo (Geerbt von Collection<MetadataProperty>.)
Öffentliche Methode DeepClone Returns a deep clone of this MetadataProperties instance.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetEnumerator (Geerbt von Collection<MetadataProperty>.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode IndexOf (Geerbt von Collection<MetadataProperty>.)
Öffentliche Methode Insert (Geerbt von Collection<MetadataProperty>.)
Geschützte Methode InsertItem Infrastruktur Inserts an item in the collection. (Geerbt von RdlCollection<T>.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode OnCollectionChanged Infrastruktur Raises the CollectionChanged event. (Geerbt von RdlCollection<T>.)
Öffentliche Methode Remove (Geerbt von Collection<MetadataProperty>.)
Öffentliche Methode RemoveAt (Geerbt von Collection<MetadataProperty>.)
Geschützte Methode RemoveItem Infrastruktur Removes an item from the collection. (Geerbt von RdlCollection<T>.)
Geschützte Methode SetItem Infrastruktur Replaces an item in the collection. (Geerbt von RdlCollection<T>.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Ereignisse

  Name Beschreibung
Öffentliches Ereignis CollectionChanged Infrastruktur Occurs when the collection has been changed. (Geerbt von RdlCollection<T>.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode IList.Add Infrastruktur Adds an object to the end of the collection. (Geerbt von RdlCollectionBase<T>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IList.Item Infrastruktur Gets or sets the element at the specified index. (Geerbt von RdlCollectionBase<T>.)
Explizite SchnittstellenimplementierungPrivate Methode IList.Contains (Geerbt von Collection<MetadataProperty>.)
Explizite SchnittstellenimplementierungPrivate Methode ICollection.CopyTo (Geerbt von Collection<MetadataProperty>.)
Explizite SchnittstellenimplementierungPrivate Methode IEnumerable.GetEnumerator (Geerbt von Collection<MetadataProperty>.)
Explizite SchnittstellenimplementierungPrivate Methode IList.IndexOf (Geerbt von Collection<MetadataProperty>.)
Explizite SchnittstellenimplementierungPrivate Methode IList.Insert (Geerbt von Collection<MetadataProperty>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IList.IsFixedSize (Geerbt von Collection<MetadataProperty>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft ICollection<T>.IsReadOnly (Geerbt von Collection<MetadataProperty>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IList.IsReadOnly (Geerbt von Collection<MetadataProperty>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft ICollection.IsSynchronized (Geerbt von Collection<MetadataProperty>.)
Explizite SchnittstellenimplementierungPrivate Methode IList.Remove (Geerbt von Collection<MetadataProperty>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft ICollection.SyncRoot (Geerbt von Collection<MetadataProperty>.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.ReportingServices.RdlObjectModel-Namespace