Metoda AggregationAttributeCollection.Add (AggregationAttribute)
Dodaje AggregationAttribute do końca kolekcja.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Function Add ( _
item As AggregationAttribute _
) As Integer
'Użycie
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
Parametry
- item
Typ: Microsoft.AnalysisServices.AggregationAttribute
AggregationAttribute Do dodania.
Wartość zwracana
Typ: System.Int32
Indeks od zera, jaką AggregationAttribute została dodana.
Zobacz także