AggregationDesignAttributeCollection.Item[] Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Item[String] |
Obtém o AggregationDesignAttribute, com a AttributeID especificada, da coleção. |
Item[Int32] |
Obtém o AggregationDesignAttribute no índice especificado da coleção. |
Item[String]
Obtém o AggregationDesignAttribute, com a AttributeID especificada, da coleção.
public Microsoft.AnalysisServices.AggregationDesignAttribute this[string attributeId] { get; }
member this.Item(string) : Microsoft.AnalysisServices.AggregationDesignAttribute
Default Public ReadOnly Property Item(attributeId As String) As AggregationDesignAttribute
Parâmetros
- attributeId
- String
A AttributeID do AggregationDesignAttribute a ser retornada.
Valor da propriedade
O AggregationDesignAttribute com o AttributeID especificado.
Exceções
A coleção não contém um AggregationDesignAttribute com a AttributeID especificada.
Aplica-se a
Item[Int32]
Obtém o AggregationDesignAttribute no índice especificado da coleção.
public Microsoft.AnalysisServices.AggregationDesignAttribute this[int index] { get; }
member this.Item(int) : Microsoft.AnalysisServices.AggregationDesignAttribute
Default Public ReadOnly Property Item(index As Integer) As AggregationDesignAttribute
Parâmetros
- index
- Int32
O índice de base zero do AggregationDesignAttribute a ser retornado.
Valor da propriedade
O AggregationDesignAttribute no índice especificado.
Exceções
O índice especificado não é um valor válido (menor que zero ou maior que o número total de elementos).