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


Метод PerspectiveDimensionCollection.Remove (PerspectiveDimension, Boolean)

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Removes the PerspectiveDimensionCollection, with the specified identifier from the collection.

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

Синтаксис

'Декларация
Public Sub Remove ( _
    item As PerspectiveDimension, _
    cleanUp As Boolean _
)
'Применение
Dim instance As PerspectiveDimensionCollection 
Dim item As PerspectiveDimension 
Dim cleanUp As Boolean

instance.Remove(item, cleanUp)
public void Remove(
    PerspectiveDimension item,
    bool cleanUp
)
public:
void Remove(
    PerspectiveDimension^ item, 
    bool cleanUp
)
member Remove : 
        item:PerspectiveDimension * 
        cleanUp:bool -> unit
public function Remove(
    item : PerspectiveDimension, 
    cleanUp : boolean
)

Параметры

  • cleanUp
    Тип: System.Boolean
    true to remove the specified perspective dimension in the collection; otherwise, false. 

См. также

Справочник

PerspectiveDimensionCollection Класс

Перегрузка Remove

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