Méthode AggregationInstanceAttributeCollection.Add (AggregationInstanceAttribute)

Adds the specified AggregationInstanceAttribute to the end of the collection.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Function Add ( _
    item As AggregationInstanceAttribute _
) As Integer
'Utilisation
Dim instance As AggregationInstanceAttributeCollection 
Dim item As AggregationInstanceAttribute 
Dim returnValue As Integer 

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

Paramètres

Valeur de retour

Type : System.Int32
The zero-based index at which the AggregationInstanceAttribute has been added.

Voir aussi

Référence

AggregationInstanceAttributeCollection Classe

Surcharge Add

Espace de noms Microsoft.AnalysisServices