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


Метод PerspectiveAttributeCollection.Remove (PerspectiveAttribute, Boolean)

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

Removes the specified PerspectiveAttribute from the collection.

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

Синтаксис

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

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

Параметры

  • cleanUp
    Тип: System.Boolean
    true to use the cleanup; otherwise, false. 

См. также

Справочник

PerspectiveAttributeCollection Класс

Перегрузка Remove

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