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 | |
---|---|---|
AlgorithmParameterCollection | Inicjuje nowe wystąpienie AlgorithmParameter. |
Do góry
Właściwości
Nazwa | Opis | |
---|---|---|
Count | Pobiera numer AlgorithmParameter obiekty zawarte kolekcja. | |
Item[Int32] | Pobiera AlgorithmParameter pod określonym indeksem z kolekcja. | |
Item[String] | Pobiera AlgorithmParameter, o podanej nazwie z kolekcja. |
Do góry
Metody
Nazwa | Opis | |
---|---|---|
Add(AlgorithmParameter) | Dodaje AlgorithmParameter do końca kolekcja. | |
Add(String, Object) | Tworzy i dodaje AlgorithmParameter, z określoną nazwą i wartością na koniec kolekcja. | |
Clear | Usuwa wszystkie elementy z kolekcja. | |
Contains(String) | Wskazuje, czy zawiera kolekcja AlgorithmParameter z określonej nazwy. | |
Contains(AlgorithmParameter) | Wskazuje, czy określony zawiera kolekcja AlgorithmParameter. | |
CopyTo(AlgorithmParameterCollection) | Kopiuje całą kolekcja do końca AlgorithmParameterCollection. | |
CopyTo(Array, Int32) | Kopiuje całą kolekcja zgodny z jednowymiarowego Array, począwszy od określonego indeksu tablicy miejsce docelowe. | |
Equals | (Dziedziczony z Object). | |
Finalize | (Dziedziczony z Object). | |
Find | Pobiera AlgorithmParameter, o podanej nazwie z kolekcja. | |
GetHashCode | (Dziedziczony z Object). | |
GetType | (Dziedziczony z Object). | |
IndexOf(String) | Pobiera indeks AlgorithmParameter z określonej nazwy. | |
IndexOf(AlgorithmParameter) | Pobiera indeks określonego AlgorithmParameter. | |
Insert(Int32, AlgorithmParameter) | Wstawia AlgorithmParameter do kolekcja pod określonym indeksem. | |
Insert(Int32, String, Object) | Tworzy i wstawia AlgorithmParameter, z określonej nazwy i wartości do kolekcja pod określonym indeksem. | |
MemberwiseClone | (Dziedziczony z Object). | |
Remove(String) | Usuwa AlgorithmParameter, o podanej nazwie z kolekcja. | |
Remove(AlgorithmParameter) | Usuwa określony AlgorithmParameter z kolekcja. | |
RemoveAt | Usuwa AlgorithmParameter, pod określonym indeksem z kolekcja. | |
ToString | (Dziedziczony z Object). |
Do góry
Jawne implementacje interfejsu
Nazwa | Opis | |
---|---|---|
IList.Add | ||
IList.Contains | ||
IEnumerable.GetEnumerator | ||
IList.IndexOf | ||
IList.Insert | ||
IList.IsFixedSize | ||
IList.IsReadOnly | ||
ICollection.IsSynchronized | ||
IList.Item | ||
IList.Remove | ||
ICollection.SyncRoot |
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.