Partager via


Propriété MiningContentNodeCollection.Item (String)

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

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

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    name As String _
) As MiningContentNode 
    Get
'Utilisation
Dim instance As MiningContentNodeCollection 
Dim name As String 
Dim value As MiningContentNode 

value = instance(name)
public MiningContentNode this[
    string name
] { get; }
public:
property MiningContentNode^ default[String^ name] {
    MiningContentNode^ get (String^ name);
}
member Item : MiningContentNode
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.AdomdServer.MiningContentNode
MiningContentNode avec le nom spécifié.

Exceptions

Exception Condition
[InvalidOperationException]

Impossible de trouver le MiningContentNode dans la collection. Pour plus d'informations sur cette exception, consultez InvalidOperationException Class.

Voir aussi

Référence

MiningContentNodeCollection Classe

Surcharge Item

Espace de noms Microsoft.AnalysisServices.AdomdServer