Compartilhar via


Propriedade do RDL PerspectiveMeasureGroupCollection.Item (String)

Gets the PerspectiveMeasureGroup that has the specified identifier from the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public ReadOnly Default Property Item ( _
    measureGroupId As String _
) As PerspectiveMeasureGroup 
    Get
'Uso
Dim instance As PerspectiveMeasureGroupCollection 
Dim measureGroupId As String 
Dim value As PerspectiveMeasureGroup 

value = instance(measureGroupId)
public PerspectiveMeasureGroup this[
    string measureGroupId
] { get; }
public:
property PerspectiveMeasureGroup^ default[String^ measureGroupId] {
    PerspectiveMeasureGroup^ get (String^ measureGroupId);
}
member Item : PerspectiveMeasureGroup
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

Valor da propriedade

Tipo: Microsoft.AnalysisServices.PerspectiveMeasureGroup
The PerspectiveMeasureGroup specified by the identifier.

Exceções

Exceção Condição
ArgumentNullException

measureGroupID is a null reference (Nothing in Visual Basic).

ItemNotFoundException

measureGroupID does not exist in the collection.

Consulte também

Referência

PerspectiveMeasureGroupCollection Classe

Sobrecarregado Item

Namespace Microsoft.AnalysisServices