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
'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)
public AggregationDesignAttribute Add(
    string attributeId
)
public:
AggregationDesignAttribute^ Add(
    String^ attributeId
)
member Add : 
        attributeId:string -> AggregationDesignAttribute 
public function Add(
    attributeId : String
) : AggregationDesignAttribute
Parameters
- attributeId
Type: System.String 
Return Value
Type: Microsoft.AnalysisServices.AggregationDesignAttribute
The zero-based index at which the AggregationDesignAttribute has been added.