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


Метод AccountCollection.Remove (String)

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

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

Синтаксис

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

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

Параметры

Исключения

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

accountType is not contained by the collection.

См. также

Справочник

AccountCollection Класс

Перегрузка Remove

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