Condividi tramite


Proprietà Item (String)

Gets the specified AttributeRelationship object from the collection.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public ReadOnly Default Property Item ( _
    attributeId As String _
) As AttributeRelationship
    Get
'Utilizzo
Dim instance As AttributeRelationshipCollection
Dim attributeId As String
Dim value As AttributeRelationship

value = instance(attributeId)
public AttributeRelationship this[
    string attributeId
] { get; }
public:
property AttributeRelationship^ default[String^ attributeId] {
    AttributeRelationship^ get (String^ attributeId);
}
member Item : AttributeRelationship
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

Eccezioni

Eccezione Condizione
ArgumentNullException

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

ItemNotFoundException

attributeId does not exist in the collection.