Partager via


Méthode AggregationAttributeCollection.Add (String)

Creates, adds to collection and returns a new AggregationAttribute.

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

Syntaxe

'Déclaration
Public Function Add ( _
    attributeId As String _
) As AggregationAttribute
'Utilisation
Dim instance As AggregationAttributeCollection 
Dim attributeId As String 
Dim returnValue As AggregationAttribute 

returnValue = instance.Add(attributeId)
public AggregationAttribute Add(
    string attributeId
)
public:
AggregationAttribute^ Add(
    String^ attributeId
)
member Add : 
        attributeId:string -> AggregationAttribute
public function Add(
    attributeId : String
) : AggregationAttribute

Paramètres

Valeur de retour

Type : Microsoft.AnalysisServices.AggregationAttribute
The newly created AggregationAttribute.

Voir aussi

Référence

AggregationAttributeCollection Classe

Surcharge Add

Espace de noms Microsoft.AnalysisServices