Udostępnij za pośrednictwem


Metoda AggregationDesignAttributeCollection.Add (AggregationDesignAttribute)

Dodaje AggregationDesignAttribute do końca kolekcja.

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

Składnia

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

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

Wartość zwracana

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