Udostępnij za pośrednictwem


Klasa AlgorithmParameterCollection

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

Hierarchia dziedziczenia

System.Object
  Microsoft.AnalysisServices.AlgorithmParameterCollection

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

Składnia

'Deklaracja
<GuidAttribute("8FDB2E6F-E045-45a8-8587-D3D491FF2E22")> _
Public NotInheritable Class AlgorithmParameterCollection _
    Implements IList, ICollection, IEnumerable
'Użycie
Dim instance As AlgorithmParameterCollection
[GuidAttribute("8FDB2E6F-E045-45a8-8587-D3D491FF2E22")]
public sealed class AlgorithmParameterCollection : IList, 
    ICollection, IEnumerable
[GuidAttribute(L"8FDB2E6F-E045-45a8-8587-D3D491FF2E22")]
public ref class AlgorithmParameterCollection sealed : IList, 
    ICollection, IEnumerable
[<SealedAttribute>]
[<GuidAttribute("8FDB2E6F-E045-45a8-8587-D3D491FF2E22")>]
type AlgorithmParameterCollection =  
    class
        interface IList
        interface ICollection
        interface IEnumerable
    end
public final class AlgorithmParameterCollection implements IList, ICollection, IEnumerable

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

Konstruktorzy

  Nazwa Opis
Metoda publiczna AlgorithmParameterCollection Inicjuje nowe wystąpienie AlgorithmParameter.

Do góry

Właściwości

  Nazwa Opis
Właściwość publiczna Count Pobiera numer AlgorithmParameter obiekty zawarte kolekcja.
Właściwość publiczna Item[Int32] Pobiera AlgorithmParameter pod określonym indeksem z kolekcja.
Właściwość publiczna Item[String] Pobiera AlgorithmParameter, o podanej nazwie z kolekcja.

Do góry

Metody

  Nazwa Opis
Metoda publiczna Add(AlgorithmParameter) Dodaje AlgorithmParameter do końca kolekcja.
Metoda publiczna Add(String, Object) Tworzy i dodaje AlgorithmParameter, z określoną nazwą i wartością na koniec kolekcja.
Metoda publiczna Clear Usuwa wszystkie elementy z kolekcja.
Metoda publiczna Contains(String) Wskazuje, czy zawiera kolekcja AlgorithmParameter z określonej nazwy.
Metoda publiczna Contains(AlgorithmParameter) Wskazuje, czy określony zawiera kolekcja AlgorithmParameter.
Metoda publiczna CopyTo(AlgorithmParameterCollection) Kopiuje całą kolekcja do końca AlgorithmParameterCollection.
Metoda publiczna CopyTo(Array, Int32) Kopiuje całą kolekcja zgodny z jednowymiarowego Array, począwszy od określonego indeksu tablicy miejsce docelowe.
Metoda publiczna Equals (Dziedziczony z Object).
Metoda chroniona Finalize (Dziedziczony z Object).
Metoda publiczna Find Pobiera AlgorithmParameter, o podanej nazwie z kolekcja.
Metoda publiczna GetHashCode (Dziedziczony z Object).
Metoda publiczna GetType (Dziedziczony z Object).
Metoda publiczna IndexOf(String) Pobiera indeks AlgorithmParameter z określonej nazwy.
Metoda publiczna IndexOf(AlgorithmParameter) Pobiera indeks określonego AlgorithmParameter.
Metoda publiczna Insert(Int32, AlgorithmParameter) Wstawia AlgorithmParameter do kolekcja pod określonym indeksem.
Metoda publiczna Insert(Int32, String, Object) Tworzy i wstawia AlgorithmParameter, z określonej nazwy i wartości do kolekcja pod określonym indeksem.
Metoda chroniona MemberwiseClone (Dziedziczony z Object).
Metoda publiczna Remove(String) Usuwa AlgorithmParameter, o podanej nazwie z kolekcja.
Metoda publiczna Remove(AlgorithmParameter) Usuwa określony AlgorithmParameter z kolekcja.
Metoda publiczna RemoveAt Usuwa AlgorithmParameter, pod określonym indeksem z kolekcja.
Metoda publiczna ToString (Dziedziczony z Object).

Do góry

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.