Udostępnij za pośrednictwem


Metoda AggregationDesignDimensionCollection.Add (AggregationDesignDimension)

Dodaje AggregationDesignDimension do końca kolekcja.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
Public Function Add ( _
    item As AggregationDesignDimension _
) As Integer
'Użycie
Dim instance As AggregationDesignDimensionCollection
Dim item As AggregationDesignDimension
Dim returnValue As Integer

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

Wartość zwracana

Typ: System.Int32
Indeks od zera, jaką AggregationDesignDimension została dodana.