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


Метод PerspectiveDimensionCollection.Add (String)

Creates and adds a PerspectiveDimension, with the specified identifier, to the end of the collection.

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

Синтаксис

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

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

Параметры

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

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

См. также

Справочник

PerspectiveDimensionCollection Класс

Перегрузка Add

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