Udostępnij za pośrednictwem


Właściwość AlgorithmParameterCollection.Item (String)

Pobiera AlgorithmParameter, o podanej nazwie z kolekcja.

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

Składnia

'Deklaracja
Public ReadOnly Default Property Item ( _
    name As String _
) As AlgorithmParameter
    Get
'Użycie
Dim instance As AlgorithmParameterCollection
Dim name As String
Dim value As AlgorithmParameter

value = instance(name)
public AlgorithmParameter this[
    string name
] { get; }
public:
property AlgorithmParameter^ default[String^ name] {
    AlgorithmParameter^ get (String^ name);
}
member Item : AlgorithmParameter
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.

Parametry

Wartość właściwości

Typ: Microsoft.AnalysisServices.AlgorithmParameter
AlgorithmParameter Określonych przez name.

Wyjątki

Wyjątek Warunek
ArgumentNullException

namejest odwołaniem do wartości null (nic nie w języku Visual Basic).

ItemNotFoundException

namenie istnieje kolekcja.