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


Метод Drop

Removes current object and updates server.

Список перегрузок

  Имя Описание
Открытый метод Drop() () () () Removes current object and updates server.
Открытый метод Drop(DropOptions) Removes current object and updates server using specified options.
Открытый метод Drop(DropOptions, XmlaWarningCollection) Removes current object and updates server using specified options. Warnings resulting from drop operation are returned on the specified warnings object.
Открытый метод Drop(DropOptions, XmlaWarningCollection, ImpactDetailCollection) Removes current object and updates server using specified options. Warnings resulting from drop operation are returned on the specified warnings variable and results for affected objects in operation are returned on specified impactResult variable.
Открытый метод Drop(DropOptions, XmlaWarningCollection, ImpactDetailCollection, Boolean) Removes current object and updates server using specified options. Warnings resulting from drop operation are returned on the specified warnings variable and results for affected objects in operation are returned on specified impactResult variable.

В начало