Metoda PerspectiveMeasureGroupCollection.Add (PerspectiveMeasureGroup)
Dodaje PerspectiveMeasureGroup do końca kolekcja.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Function Add ( _
item As PerspectiveMeasureGroup _
) As Integer
'Użycie
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
Parametry
- item
Typ: Microsoft.AnalysisServices.PerspectiveMeasureGroup
PerspectiveMeasureGroup Do dodania.
Wartość zwracana
Typ: System.Int32
Indeks od zera, jaką PerspectiveMeasureGroup została dodana.
Zobacz także