Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Gets the AggregationAttribute, 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 AggregationAttribute
Get
'Uso
Dim instance As AggregationAttributeCollection
Dim attributeId As String
Dim value As AggregationAttribute
value = instance(attributeId)
public AggregationAttribute this[
string attributeId
] { get; }
public:
property AggregationAttribute^ default[String^ attributeId] {
AggregationAttribute^ get (String^ attributeId);
}
member Item : AggregationAttribute
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- attributeId
Tipo: System.String
The attribute identifier of the AggregationAttribute to be returned.
Valor da propriedade
Tipo: Microsoft.AnalysisServices.AggregationAttribute
The AggregationAttribute 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. |