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


Метод CellPermissionCollection.Remove (CellPermission, Boolean)

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

Removes the specified CellPermission from the collection.

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

Синтаксис

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

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

Параметры

  • cleanUp
    Тип: System.Boolean
    true to delete referencing objects; otherwise, false.

См. также

Справочник

CellPermissionCollection Класс

Перегрузка Remove

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