AggregationDesignAttributeCollection.Item[] Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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).