Condividi tramite


Proprietà AlgorithmParameterCollection.Item (Int32)

Gets the AlgorithmParameter at the specified index from the collection.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public ReadOnly Default Property Item ( _
    index As Integer _
) As AlgorithmParameter 
    Get
'Utilizzo
Dim instance As AlgorithmParameterCollection 
Dim index As Integer 
Dim value As AlgorithmParameter 

value = instance(index)
public AlgorithmParameter this[
    int index
] { get; }
public:
property AlgorithmParameter^ default[int index] {
    AlgorithmParameter^ get (int index);
}
member Item : AlgorithmParameter
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

Valore proprietà

Tipo: Microsoft.AnalysisServices.AlgorithmParameter
The AlgorithmParameter at the specified index.

Eccezioni

Eccezione Condizione
ArgumentOutOfRangeException

index is less than zero.

-or-

index is equal to or greater than Count.

Vedere anche

Riferimento

AlgorithmParameterCollection Classe

Overload Item

Spazio dei nomi Microsoft.AnalysisServices