Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
)
Parameter
- options
Typ: Microsoft.AnalysisServices.DropOptions
Defines the behavior of the drop method on dependent objects.
- warnings
Typ: Microsoft.AnalysisServices.XmlaWarningCollection
Specifies an XmlaWarningCollection variable to hold all resulting warnings from drop operation.