Aracılığıyla paylaş


PerspectiveMeasureGroupCollection.Add Yöntemi (PerspectiveMeasureGroup)

Ekler bir PerspectiveMeasureGroup sonuna kadar koleksiyon.

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

Sözdizimi

'Bildirim
Public Function Add ( _
    item As PerspectiveMeasureGroup _
) As Integer
'Kullanım
Dim instance As PerspectiveMeasureGroupCollection
Dim item As PerspectiveMeasureGroup
Dim returnValue As Integer

returnValue = instance.Add(item)
public int Add(
    PerspectiveMeasureGroup item
)
public:
int Add(
    PerspectiveMeasureGroup^ item
)
member Add : 
        item:PerspectiveMeasureGroup -> int 
public function Add(
    item : PerspectiveMeasureGroup
) : int

Dönüş Değeri

Tür: System.Int32
Sıfır tabanlı dizin veren PerspectiveMeasureGroup eklenmiştir.