Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Removes current object and updates server using specified options. Warnings resulting from drop operation are returned on the specified warnings object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Sub Drop ( _
options As DropOptions, _
warnings As XmlaWarningCollection _
)
'Utilisation
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
)
Paramètres
- 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.