Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes current object and updates server using specified options. Warnings resulting from drop operation are returned on the specified warnings object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub Drop ( _
options As DropOptions, _
warnings As XmlaWarningCollection _
)
'Usage
Dim instance As MajorObject
Dim options As DropOptions
Dim warnings As XmlaWarningCollection
instance.Drop(options, warnings)
public void Drop(
DropOptions options,
XmlaWarningCollection warnings
)
public:
void Drop(
DropOptions options,
XmlaWarningCollection^ warnings
)
member Drop :
options:DropOptions *
warnings:XmlaWarningCollection -> unit
public function Drop(
options : DropOptions,
warnings : XmlaWarningCollection
)
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.