AggregationDesignAttributeCollection.Add Method (String)

Creates and adds an AggregationDesignAttribute, with the specified identifier, to the end of the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

VB
'Declaration
Public Function Add ( _
    attributeId As String _
) As AggregationDesignAttribute
'Usage
Dim instance As AggregationDesignAttributeCollection 
Dim attributeId As String 
Dim returnValue As AggregationDesignAttribute 

returnValue = instance.Add(attributeId)

Parameters

Return Value

Type: Microsoft.AnalysisServices.AggregationDesignAttribute
The zero-based index at which the AggregationDesignAttribute has been added.

See Also

Reference

AggregationDesignAttributeCollection Class

Add Overload

Microsoft.AnalysisServices Namespace