Partager via


Propriété MiningValueCollection.Item

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

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

Syntaxe

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

value = instance(index)
public MiningValue this[
    int index
] { get; }
public:
property MiningValue^ default[int index] {
    MiningValue^ get (int index);
}
member Item : MiningValue
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 MiningValue à rechercher.

Valeur de propriété

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

Voir aussi

Référence

MiningValueCollection Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer