Partager via


Propriété CubeAttributeCollection.Item (String)

Gets the CubeAttribute, with the specified identifier, from the collection.

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

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    attributeId As String _
) As CubeAttribute 
    Get
'Utilisation
Dim instance As CubeAttributeCollection 
Dim attributeId As String 
Dim value As CubeAttribute 

value = instance(attributeId)
public CubeAttribute this[
    string attributeId
] { get; }
public:
property CubeAttribute^ default[String^ attributeId] {
    CubeAttribute^ get (String^ attributeId);
}
member Item : CubeAttribute
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.CubeAttribute
The CubeAttribute specified by the identifier.

Exceptions

Exception Condition
ArgumentNullException

attributeID is a null reference (Nothing in Visual Basic).

ItemNotFoundException

attributeID does not exist in the collection.

Voir aussi

Référence

CubeAttributeCollection Classe

Surcharge Item

Espace de noms Microsoft.AnalysisServices