Método GroupCollection.Add
Adds a Group to the end of the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Function Add ( _
item As Group _
) As Integer
'Uso
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
Parâmetros
- item
Tipo: Microsoft.AnalysisServices.Group
The Group to be added.
Valor de retorno
Tipo: System.Int32
The zero-based index at which the Group has been added.