Metodo Add (AggregationAttribute)
Adds an AggregationAttribute 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 AggregationAttribute _
) As Integer
'Utilizzo
Dim instance As AggregationAttributeCollection
Dim item As AggregationAttribute
Dim returnValue As Integer
returnValue = instance.Add(item)
public int Add(
AggregationAttribute item
)
public:
int Add(
AggregationAttribute^ item
)
member Add :
item:AggregationAttribute -> int
public function Add(
item : AggregationAttribute
) : int
Parametri
- item
Tipo: Microsoft.AnalysisServices. . :: . .AggregationAttribute
The AggregationAttribute to be added.
Valore restituito
Tipo: System. . :: . .Int32
The zero-based index at which the AggregationAttribute has been added.
Vedere anche