Metodo GroupCollection.Add

Adds a Group to the end of the collection.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Function Add ( _
    item As Group _
) As Integer
'Utilizzo
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

Parametri

Valore restituito

Tipo: System.Int32
The zero-based index at which the Group has been added.

Vedere anche

Riferimento

GroupCollection Classe

Spazio dei nomi Microsoft.AnalysisServices