Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Gets the PerspectiveMeasure that has 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 ( _
measureId As String _
) As PerspectiveMeasure
Get
'Uso
Dim instance As PerspectiveMeasureCollection
Dim measureId As String
Dim value As PerspectiveMeasure
value = instance(measureId)
public PerspectiveMeasure this[
string measureId
] { get; }
public:
property PerspectiveMeasure^ default[String^ measureId] {
PerspectiveMeasure^ get (String^ measureId);
}
member Item : PerspectiveMeasure
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- measureId
Tipo: System.String
The identifier of the PerspectiveMeasure to return.
Valor de la propiedad
Tipo: Microsoft.AnalysisServices.PerspectiveMeasure
The PerspectiveMeasure specified by the identifier.
Excepciones
| Excepción | Condición |
|---|---|
| ArgumentNullException | measureID is a null reference (Nothing in Visual Basic). |
| ItemNotFoundException | measureID does not exist in the collection. |