Partager via


Propriété MiningServiceCollection.Item (String)

Gets the specified MiningService from the MiningServiceCollection collection by its name.

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

Syntaxe

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

value = instance(index)
public MiningService this[
    string index
] { get; }
public:
property MiningService^ default[String^ index] {
    MiningService^ get (String^ 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

Valeur de propriété

Type : Microsoft.AnalysisServices.AdomdClient.MiningService
The mining service with the specified name in the collection.

Notes

In Microsoft Visual C#, this property is the indexer for the MiningServiceCollection class.

Voir aussi

Référence

MiningServiceCollection Classe

Surcharge Item

Espace de noms Microsoft.AnalysisServices.AdomdClient