Propriété MiningAttributeCollection.Item (String)
Obtient le MiningAttribute spécifié de la collection par son nom. Dans Microsoft Visual C#, cette propriété est l'indexeur de la classe MiningAttributeCollection.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
name As String _
) As MiningAttribute
Get
'Utilisation
Dim instance As MiningAttributeCollection
Dim name As String
Dim value As MiningAttribute
value = instance(name)
public MiningAttribute this[
string name
] { get; }
public:
property MiningAttribute^ default[String^ name] {
MiningAttribute^ get (String^ name);
}
member Item : MiningAttribute
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 MiningAttribute à rechercher.
Valeur de propriété
Type : Microsoft.AnalysisServices.AdomdServer.MiningAttribute
MiningAttribute avec le nom spécifié.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Impossible de trouver le MiningAttribute dans la collection. |