Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Creates and adds the specified AggregationInstanceAttribute 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 AggregationInstanceAttribute
'Usage
Dim instance As AggregationInstanceAttributeCollection
Dim attributeId As String
Dim returnValue As AggregationInstanceAttribute
returnValue = instance.Add(attributeId)
public AggregationInstanceAttribute Add(
string attributeId
)
public:
AggregationInstanceAttribute^ Add(
String^ attributeId
)
member Add :
attributeId:string -> AggregationInstanceAttribute
public function Add(
attributeId : String
) : AggregationInstanceAttribute
Parameters
- attributeId
Type: System.String
Identifies the AggregationInstanceAttribute to be added.
Return Value
Type: Microsoft.AnalysisServices.AggregationInstanceAttribute
The AggregationInstanceAttribute that was added to the collection.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | attributeId is a null reference (Nothing in Visual Basic). |