Aracılığıyla paylaş


PerspectiveMeasureGroupCollection.Item Özelliği (String)

Alır PerspectiveMeasureGroup belirtilen tanımlayıcıdan sahip koleksiyon.

Ad Alanı:  Microsoft.AnalysisServices
Derleme:  Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)

Sözdizimi

'Bildirim
Public ReadOnly Default Property Item ( _
    measureGroupId As String _
) As PerspectiveMeasureGroup
    Get
'Kullanım
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, dizinli özelliklerin kullanılmasını destekler, ancak yenilerinin bildirilmesini desteklemez.

Parametreler

Özellik Değeri

Tür: Microsoft.AnalysisServices.PerspectiveMeasureGroup
PerspectiveMeasureGroup Belirtildiği tanımlayıcısı.

Kural dışı durumlar

Özel durum Koşul
ArgumentNullException

measureGroupIDbir null başvuru (hiçbir şey Visual Basic).

ItemNotFoundException

measureGroupIDiçinde yok koleksiyon.