Méthode Add (MeasureGroupAttribute)
Adds a MeasureGroupAttribute to the end of the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function Add ( _
item As MeasureGroupAttribute _
) As Integer
'Utilisation
Dim instance As MeasureGroupAttributeCollection
Dim item As MeasureGroupAttribute
Dim returnValue As Integer
returnValue = instance.Add(item)
public int Add(
MeasureGroupAttribute item
)
public:
int Add(
MeasureGroupAttribute^ item
)
member Add :
item:MeasureGroupAttribute -> int
public function Add(
item : MeasureGroupAttribute
) : int
Paramètres
- item
Type : Microsoft.AnalysisServices. . :: . .MeasureGroupAttribute
The MeasureGroupAttribute to add.
Valeur de retour
Type : System. . :: . .Int32
The zero-based index at which the MeasureGroupAttribute has been added.
Voir aussi