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


Метод AggregationInstanceDimensionCollection.Add (String)

Creates and adds an AggregationInstanceDimension, the specified by cubeDimensionId, to the end of the collection.

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

Синтаксис

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

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

Параметры

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

Тип: Microsoft.AnalysisServices.AggregationInstanceDimension
The AggregationInstanceDimension that was added to the collection.

Исключения

Исключение Условие
ArgumentNullException

cubeDimensionId is a null reference (Nothing in Visual Basic).

См. также

Справочник

AggregationInstanceDimensionCollection Класс

Перегрузка Add

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