Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
The AggregationDesignAttribute to be added.
Return Value
Type: Microsoft.AnalysisServices.AggregationDesignAttribute
The zero-based index at which the AggregationDesignAttribute has been added.