Add-Methode
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
Parameter
- item
Typ: Microsoft.AnalysisServices. . :: . .Group
The Group to be added.
Rückgabewert
Typ: System. . :: . .Int32
The zero-based index at which the Group has been added.