Partager via


Add méthode (MeasureGroup)

Adds a MeasureGroup to the end of the collection.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Function Add ( _
    item As MeasureGroup _
) As Integer
'Utilisation
Dim instance As MeasureGroupCollection
Dim item As MeasureGroup
Dim returnValue As Integer

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

Paramètres

Valeur de retour

Type : System. . :: . .Int32
The zero-based index at which the MeasureGroup has been added.