Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
- name
Type : String
Nom du MiningContentNode à rechercher.
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. |