Udostępnij za pośrednictwem


Klasa AggregationInstanceAttributeCollection

Kolekcja zawiera AggregationInstanceAttribute obiektów.Klasa ta nie może być dziedziczona.

Hierarchia dziedziczenia

System.Object
  Microsoft.AnalysisServices.ModelComponentCollection
    Microsoft.AnalysisServices.AggregationInstanceAttributeCollection

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
<GuidAttribute("F18562C1-AFF5-4c09-B53A-CD360661BA16")> _
Public NotInheritable Class AggregationInstanceAttributeCollection _
    Inherits ModelComponentCollection
'Użycie
Dim instance As AggregationInstanceAttributeCollection
[GuidAttribute("F18562C1-AFF5-4c09-B53A-CD360661BA16")]
public sealed class AggregationInstanceAttributeCollection : ModelComponentCollection
[GuidAttribute(L"F18562C1-AFF5-4c09-B53A-CD360661BA16")]
public ref class AggregationInstanceAttributeCollection sealed : public ModelComponentCollection
[<SealedAttribute>]
[<GuidAttribute("F18562C1-AFF5-4c09-B53A-CD360661BA16")>]
type AggregationInstanceAttributeCollection =  
    class
        inherit ModelComponentCollection
    end
public final class AggregationInstanceAttributeCollection extends ModelComponentCollection

Typ AggregationInstanceAttributeCollection uwidacznia następujące elementy członkowskie.

Właściwości

  Nazwa Opis
Właściwość publiczna Count Pobiera numer ModelComponent obiektów w ModelComponentCollection. (Dziedziczony z ModelComponentCollection).
Właściwość chroniona DemandLoadingService Infrastruktura. (Dziedziczony z ModelComponentCollection).
Właściwość publiczna IsFixedSize Pobiera wartość wskazującą czy ModelComponentCollection ma stały rozmiar. (Dziedziczony z ModelComponentCollection).
Właściwość publiczna IsReadOnly Pobiera wartość wskazującą czy ModelComponentCollection jest tylko do odczytu. (Dziedziczony z ModelComponentCollection).
Właściwość publiczna IsSynchronized Pobiera wartość wskazującą czy dostęp do ModelComponentCollection jest synchronizowane (bezpieczny wątek). (Dziedziczony z ModelComponentCollection).
Właściwość publiczna Item[Int32] Pobiera określony AggregationInstanceAttribute obiekt z kolekcja w indeksie.
Właściwość publiczna Item[String] Pobiera określony AggregationInstanceAttribute obiektu.
Właściwość chroniona ItemsType Pobiera Type obiektów, które mogą być zawarte przez ModelComponentCollection. (Dziedziczony z ModelComponentCollection).
Właściwość publiczna Parent Pobiera IModelComponent zawiera ModelComponentCollection. (Dziedziczony z ModelComponentCollection).
Właściwość chroniona Preloadable Infrastruktura. (Dziedziczony z ModelComponentCollection).
Właściwość publiczna SyncRoot Pobiera obiekt, który można zsynchronizować dostęp do ModelComponentCollection. (Dziedziczony z ModelComponentCollection).

Do góry

Metody

  Nazwa Opis
Metoda publiczna Add(String) Tworzy i dodaje określony AggregationInstanceAttribute do końca kolekcja.
Metoda publiczna Add(AggregationInstanceAttribute) Dodaje określony AggregationInstanceAttribute do końca kolekcja.
Metoda chroniona Add(ModelComponent) Infrastruktura. (Dziedziczony z ModelComponentCollection).
Metoda chroniona Add(String, IModelComponent) (Dziedziczony z ModelComponentCollection).
Metoda chroniona Add(ModelComponent, Boolean) Infrastruktura. (Dziedziczony z ModelComponentCollection).
Metoda chroniona Add(String, IModelComponent, Boolean) (Dziedziczony z ModelComponentCollection).
Metoda chroniona AddNew(String, Type) Infrastruktura. (Dziedziczony z ModelComponentCollection).
Metoda chroniona AddNew(String, String, Type) Infrastruktura. (Dziedziczony z ModelComponentCollection).
Metoda publiczna CanAdd Infrastruktura. (Dziedziczony z ModelComponentCollection).
Metoda chroniona ChangeKey Infrastruktura. (Dziedziczony z ModelComponentCollection).
Metoda publiczna Clear Usuwa wszystkie elementy z ModelComponentCollection. (Dziedziczony z ModelComponentCollection).
Metoda publiczna Contains(String) Wskazuje, czy kolekcja zawiera konkretną AggregationInstanceAttribute.
Metoda publiczna Contains(AggregationInstanceAttribute) Wskazuje, czy określony zawiera kolekcja AggregationInstanceAttribute.
Metoda chroniona Contains(IModelComponent) (Dziedziczony z ModelComponentCollection).
Metoda publiczna CopyTo Kopiuje cały ModelComponentCollection do jednowymiarową Array, począwszy od określonego indeksu tablicy miejsce docelowe. (Dziedziczony z ModelComponentCollection).
Metoda chroniona EnsureLoaded Infrastruktura. (Dziedziczony z ModelComponentCollection).
Metoda publiczna Equals (Dziedziczony z Object).
Metoda chroniona Finalize (Dziedziczony z Object).
Metoda publiczna Find Pobiera określony AggregationInstanceAttribute z kolekcja.
Metoda publiczna GetEnumerator Zwraca moduł wyliczający których może iterować przez ModelComponentCollection. (Dziedziczony z ModelComponentCollection).
Metoda publiczna GetHashCode (Dziedziczony z Object).
Metoda chroniona GetItem Pobiera odwołanie do określonego składnika. (Dziedziczony z ModelComponentCollection).
Metoda publiczna GetType (Dziedziczony z Object).
Metoda publiczna IndexOf(String) Pobiera indeks określonego AggregationInstanceAttribute z kolekcja.
Metoda publiczna IndexOf(AggregationInstanceAttribute) Pobiera indeks określonego AggregationInstanceAttribute z kolekcja.
Metoda chroniona IndexOf(IModelComponent) (Dziedziczony z ModelComponentCollection).
Metoda publiczna Insert(Int32, AggregationInstanceAttribute) Wstawia określonego AggregationInstanceAttribute do kolekcja w lokalizacji określonej przez index.
Metoda publiczna Insert(Int32, String) Tworzy i wstawia określonego AggregationInstanceAttribute do kolekcja pod określonym indeksem.
Metoda chroniona Insert(Int32, ModelComponent) Infrastruktura. (Dziedziczony z ModelComponentCollection).
Metoda chroniona Insert(IModelComponent, String, Int32) (Dziedziczony z ModelComponentCollection).
Metoda chroniona Insert(IModelComponent, String, Int32, Boolean) (Dziedziczony z ModelComponentCollection).
Metoda chroniona MemberwiseClone (Dziedziczony z Object).
Metoda publiczna Move(Int32, Int32) Przenosi określony AggregationInstanceAttribute z jednego miejsca do innego położenia kolekcja.
Metoda publiczna Move(String, Int32) Przenosi określony AggregationInstanceAttribute do nowej pozycji indeksu.
Metoda publiczna Move(AggregationInstanceAttribute, Int32) Przenosi określony AggregationInstanceAttribute do nowej pozycji indeksu kolekcja.
Metoda publiczna Remove(String) Usuwa określony AggregationInstanceAttribute z kolekcja.
Metoda publiczna Remove(AggregationInstanceAttribute) Usuwa określony AggregationInstanceAttribute z kolekcja.
Metoda chroniona Remove(IModelComponent) (Dziedziczony z ModelComponentCollection).
Metoda publiczna Remove(String, Boolean) Infrastruktura.
Metoda publiczna Remove(AggregationInstanceAttribute, Boolean) Infrastruktura.
Metoda publiczna RemoveAt(Int32) Usuwa IModelComponent pod określonym indeksem z ModelComponentCollection. (Dziedziczony z ModelComponentCollection).
Metoda publiczna RemoveAt(Int32, Boolean) Infrastruktura. (Dziedziczony z ModelComponentCollection).
Metoda publiczna ToString (Dziedziczony z Object).

Do góry

Zdarzenia

  Nazwa Opis
Zdarzenie publiczne CollectionChanged Infrastruktura. (Dziedziczony z ModelComponentCollection).
Zdarzenie publiczne CollectionChanging Infrastruktura. (Dziedziczony z ModelComponentCollection).

Do góry

Jawne implementacje interfejsu

  Nazwa Opis
Jawna implementacja interfejsuMetoda prywatna IList.Add (Dziedziczony z ModelComponentCollection).
Jawna implementacja interfejsuMetoda prywatna IList.Clear (Dziedziczony z ModelComponentCollection).
Jawna implementacja interfejsuMetoda prywatna IList.Contains (Dziedziczony z ModelComponentCollection).
Jawna implementacja interfejsuMetoda prywatna IList.IndexOf (Dziedziczony z ModelComponentCollection).
Jawna implementacja interfejsuMetoda prywatna IList.Insert (Dziedziczony z ModelComponentCollection).
Jawna implementacja interfejsuWłaściwość prywatna IList.Item (Dziedziczony z ModelComponentCollection).
Jawna implementacja interfejsuMetoda prywatna IList.Remove (Dziedziczony z ModelComponentCollection).
Jawna implementacja interfejsuMetoda prywatna IList.RemoveAt (Dziedziczony z ModelComponentCollection).
Jawna implementacja interfejsuMetoda prywatna IModelComponentCollection.Contains (Dziedziczony z ModelComponentCollection).
Jawna implementacja interfejsuMetoda prywatna IModelComponentCollection.Remove(IModelComponent) (Dziedziczony z ModelComponentCollection).
Jawna implementacja interfejsuMetoda prywatna IModelComponentCollection.Remove(IModelComponent, Boolean) (Dziedziczony z ModelComponentCollection).
Jawna implementacja interfejsuMetoda prywatna IOnDemandLoadableCollection.BlockOnDemandLoad (Dziedziczony z ModelComponentCollection).
Jawna implementacja interfejsuWłaściwość prywatna IOnDemandLoadableCollection.Loaded (Dziedziczony z ModelComponentCollection).

Do góry

Uwagi

Nowe: 17 lipca 2006

Bezpieczeństwo wątków

Wszystkie publiczne statyczny (Shared w języku Visual Basic) elementy członkowskie tego typu są bezpieczne dla wątków. Nie ma gwarancji, że elementy członkowskie wystąpień będą bezpieczne dla wątków.