Поделиться через


Метод Add (String)

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

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Function Add ( _
    attributeId As String _
) As AggregationDesignAttribute
'Применение
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

Параметры

Возвращаемое значение

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