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


Метод AggregationDimensionCollection.Add (String)

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

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

Синтаксис

'Декларация
Public Function Add ( _
    cubeDimensionId As String _
) As AggregationDimension
'Применение
Dim instance As AggregationDimensionCollection 
Dim cubeDimensionId As String 
Dim returnValue As AggregationDimension 

returnValue = instance.Add(cubeDimensionId)
public AggregationDimension Add(
    string cubeDimensionId
)
public:
AggregationDimension^ Add(
    String^ cubeDimensionId
)
member Add : 
        cubeDimensionId:string -> AggregationDimension
public function Add(
    cubeDimensionId : String
) : AggregationDimension

Параметры

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

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

См. также

Справочник

AggregationDimensionCollection Класс

Перегрузка Add

Пространство имен Microsoft.AnalysisServices