GroupCollection.Add Method
Adds a Group to the end of the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Add ( _
item As Group _
) As Integer
'Usage
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
Parameters
- item
Type: Microsoft.AnalysisServices.Group
The Group to be added.
Return Value
Type: System.Int32
The zero-based index at which the Group has been added.