Compartir a través de


AggregationDesignAttributeCollection.Item[] Propiedad

Definición

Sobrecargas

Item[String]

Obtiene el elemento AggregationDesignAttribute, con el AttributeID especificado, de la colección.

Item[Int32]

Obtiene el elemento AggregationDesignAttribute, en el índice especificado, de la colección.

Item[String]

Obtiene el elemento AggregationDesignAttribute, con el AttributeID especificado, de la colección.

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

AttributeID del elemento AggregationDesignAttribute que se va a devolver.

Valor de propiedad

AggregationDesignAttribute con el valor AttributeID especificado.

Excepciones

La colección no contiene un elemento AggregationDesignAttribute con el AttributeID especificado.

Se aplica a

Item[Int32]

Obtiene el elemento AggregationDesignAttribute, en el índice especificado, de la colección.

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

Índice de base cero del elemento AggregationDesignAttribute que se va a devolver.

Valor de propiedad

Objeto AggregationDesignAttribute en el índice especificado.

Excepciones

El índice especificado no es un valor válido (menor que cero o mayor que el número total de elementos).

Se aplica a