Metodo Add (MeasureGroupAttribute)
Adds a MeasureGroupAttribute to the end of the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function Add ( _
item As MeasureGroupAttribute _
) As Integer
'Utilizzo
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
Parametri
- item
Tipo: Microsoft.AnalysisServices. . :: . .MeasureGroupAttribute
The MeasureGroupAttribute to add.
Valore restituito
Tipo: System. . :: . .Int32
The zero-based index at which the MeasureGroupAttribute has been added.
Vedere anche