Compartir a través de


Drop Método

Removes current object and updates server.

Lista de sobrecargas

  Nombre Descripción
Método publico Drop() () () () Removes current object and updates server.
Método publico Drop(DropOptions) Removes current object and updates server using specified options.
Método publico Drop(DropOptions, XmlaWarningCollection) Removes current object and updates server using specified options. Warnings resulting from drop operation are returned on the specified warnings object.
Método publico 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.
Método publico 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.

Principio