Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Gets the AggregationDesignDimension, with the specified identifier, from the collection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public ReadOnly Default Property Item ( _
cubeDimensionId As String _
) As AggregationDesignDimension
Get
'Uso
Dim instance As AggregationDesignDimensionCollection
Dim cubeDimensionId As String
Dim value As AggregationDesignDimension
value = instance(cubeDimensionId)
public AggregationDesignDimension this[
string cubeDimensionId
] { get; }
public:
property AggregationDesignDimension^ default[String^ cubeDimensionId] {
AggregationDesignDimension^ get (String^ cubeDimensionId);
}
member Item : AggregationDesignDimension
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- cubeDimensionId
Tipo: System.String
The identifier of the AggregationDesignDimension to be returned.
Valor de la propiedad
Tipo: Microsoft.AnalysisServices.AggregationDesignDimension
The AggregationDesignDimension specified by the identifier.
Excepciones
| Excepción | Condición |
|---|---|
| ArgumentNullException | cubeDimensionID is a null reference (Nothing in Visual Basic). |
| ItemNotFoundException | cubeDimensionID does not exist in the collection. |