Partager via


Propriété MiningParameterCollection.Item (Int32)

Obtient le MiningParameter spécifié de la collection par son index. Dans Microsoft Visual C#, cette propriété est l'indexeur de la classe MiningParameterCollection.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As MiningParameter 
    Get
'Utilisation
Dim instance As MiningParameterCollection 
Dim index As Integer 
Dim value As MiningParameter 

value = instance(index)
public MiningParameter this[
    int index
] { get; }
public:
property MiningParameter^ default[int index] {
    MiningParameter^ get (int index);
}
member Item : MiningParameter
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

  • index
    Type : Int32
    Index de base zéro du MiningParameter à rechercher.

Valeur de propriété

Type : Microsoft.AnalysisServices.AdomdServer.MiningParameter
MiningParameter au niveau de l'index spécifié.

Voir aussi

Référence

MiningParameterCollection Classe

Surcharge Item

Espace de noms Microsoft.AnalysisServices.AdomdServer