Udostępnij za pośrednictwem


Metoda GroupCollection.Add

Dodaje Group do końca kolekcja.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
Public Function Add ( _
    item As Group _
) As Integer
'Użycie
Dim instance As GroupCollection
Dim item As Group
Dim returnValue As Integer

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

Parametry

Wartość zwracana

Typ: System.Int32
Indeks od zera, jaką Group została dodana.