Compartilhar via


AggregationDesignCollection.Item[] Propriedade

Definição

Sobrecargas

Item[Int32]

Obtém o AggregationDesign no índice especificado da coleção.

Item[String]

Obtém o AggregationDesign, com o identificador especificado, da coleção.

Item[Int32]

Obtém o AggregationDesign no índice especificado da coleção.

public Microsoft.AnalysisServices.AggregationDesign this[int index] { get; }
member this.Item(int) : Microsoft.AnalysisServices.AggregationDesign
Default Public ReadOnly Property Item(index As Integer) As AggregationDesign

Parâmetros

index
Int32

O índice de base zero do AggregationDesign a ser retornado.

Valor da propriedade

O AggregationDesign 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).

Aplica-se a

Item[String]

Obtém o AggregationDesign, com o identificador especificado, da coleção.

public Microsoft.AnalysisServices.AggregationDesign this[string id] { get; }
member this.Item(string) : Microsoft.AnalysisServices.AggregationDesign
Default Public ReadOnly Property Item(id As String) As AggregationDesign

Parâmetros

id
String

O identificador do AggregationDesign a ser retornado.

Valor da propriedade

O AggregationDesign com o identificador especificado.

Exceções

A coleção não contém um AggregationDesign com o identificador especificado.

Aplica-se a