MajorObject.Drop Method (DropOptions, XmlaWarningCollection, ImpactDetailCollection)
SQL Server 2012
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.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
public void Drop( DropOptions options, XmlaWarningCollection warnings, ImpactDetailCollection impactResult )
Parameters
- options
- Type: Microsoft.AnalysisServices.DropOptions
Defines the behavior of the drop method on dependent objects.
- warnings
- Type: Microsoft.AnalysisServices.XmlaWarningCollection
Specifies an XmlaWarningCollection variable to hold all resulting warnings from drop operation.
- impactResult
- Type: Microsoft.AnalysisServices.ImpactDetailCollection
Specifies an ImpactDetailCollection variable to hold results for all affected objects in current drop operation.
