Propriedade do RDL AggregationDesignAttributeCollection.Item (String)
Gets the AggregationDesignAttribute, with the specified identifier, from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public ReadOnly Default Property Item ( _
attributeId As String _
) As AggregationDesignAttribute
Get
'Uso
Dim instance As AggregationDesignAttributeCollection
Dim attributeId As String
Dim value As AggregationDesignAttribute
value = instance(attributeId)
public AggregationDesignAttribute this[
string attributeId
] { get; }
public:
property AggregationDesignAttribute^ default[String^ attributeId] {
AggregationDesignAttribute^ get (String^ attributeId);
}
member Item : AggregationDesignAttribute
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- attributeId
Tipo: System.String
The identifier of the AggregationDesignAttribute to be returned.
Valor da propriedade
Tipo: Microsoft.AnalysisServices.AggregationDesignAttribute
The AggregationDesignAttribute specified by the identifier.
Exceções
Exceção | Condição |
---|---|
ArgumentNullException | attributeID is a null reference (Nothing in Visual Basic). |
ItemNotFoundException | attributeID does not exist in the collection. |