Partager via


Propriété MiningServiceCollection.Item (Int32)

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

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

Syntaxe

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

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

Valeur de propriété

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

Voir aussi

Référence

MiningServiceCollection Classe

Surcharge Item

Espace de noms Microsoft.AnalysisServices.AdomdServer