Proprietà AttributeRelationshipCollection.Item (String)
Gets the AttributeRelationship object from the collection with the given attribute identifier.
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
- attributeId
Tipo: System.String
Identifies the AttributeRelationship to be returned.
Valore proprietà
Tipo: Microsoft.AnalysisServices.AttributeRelationship
The AttributeRelationship object with the given attribute identifier.
Eccezioni
Eccezione | Condizione |
---|---|
ArgumentNullException | attributeId is a null reference (Nothing in Visual Basic). |
ItemNotFoundException | attributeId does not exist in the collection. |