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


Метод ServerPropertyCollection.Remove (ServerProperty)

Removes the specified ServerProperty from the collection.

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

Синтаксис

'Декларация
Public Sub Remove ( _
    item As ServerProperty _
)
'Применение
Dim instance As ServerPropertyCollection 
Dim item As ServerProperty

instance.Remove(item)
public void Remove(
    ServerProperty item
)
public:
void Remove(
    ServerProperty^ item
)
member Remove : 
        item:ServerProperty -> unit
public function Remove(
    item : ServerProperty
)

Параметры

Исключения

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

item does not exist in the collection.

См. также

Справочник

ServerPropertyCollection Класс

Перегрузка Remove

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