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


Метод PerspectiveDimensionCollection.Remove (String)

Removes the PerspectiveDimension that has the specified identifier from the collection.

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

Синтаксис

'Декларация
Public Sub Remove ( _
    cubeDimensionId As String _
)
'Применение
Dim instance As PerspectiveDimensionCollection 
Dim cubeDimensionId As String

instance.Remove(cubeDimensionId)
public void Remove(
    string cubeDimensionId
)
public:
void Remove(
    String^ cubeDimensionId
)
member Remove : 
        cubeDimensionId:string -> unit
public function Remove(
    cubeDimensionId : String
)

Параметры

Исключения

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

cubeDimensionID does not exist in the collection.

См. также

Справочник

PerspectiveDimensionCollection Класс

Перегрузка Remove

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