Метод MajorObject.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.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Sub Drop ( _
options As DropOptions, _
warnings As XmlaWarningCollection, _
impactResult As ImpactDetailCollection, _
analyzeImpactOnly As Boolean _
)
'Применение
Dim instance As MajorObject
Dim options As DropOptions
Dim warnings As XmlaWarningCollection
Dim impactResult As ImpactDetailCollection
Dim analyzeImpactOnly As Boolean
instance.Drop(options, warnings, impactResult, _
analyzeImpactOnly)
public void Drop(
DropOptions options,
XmlaWarningCollection warnings,
ImpactDetailCollection impactResult,
bool analyzeImpactOnly
)
public:
void Drop(
DropOptions options,
XmlaWarningCollection^ warnings,
ImpactDetailCollection^ impactResult,
bool analyzeImpactOnly
)
member Drop :
options:DropOptions *
warnings:XmlaWarningCollection *
impactResult:ImpactDetailCollection *
analyzeImpactOnly:bool -> unit
public function Drop(
options : DropOptions,
warnings : XmlaWarningCollection,
impactResult : ImpactDetailCollection,
analyzeImpactOnly : boolean
)
Параметры
- options
Тип: Microsoft.AnalysisServices.DropOptions
Defines the behavior of the drop method on dependent objects.
- warnings
Тип: Microsoft.AnalysisServices.XmlaWarningCollection
Specifies an XmlaWarningCollection variable to hold all resulting warnings from drop operation.
- impactResult
Тип: Microsoft.AnalysisServices.ImpactDetailCollection
Specifies an ImpactDetailCollection variable to hold results for all affected objects in current drop operation.
- analyzeImpactOnly
Тип: System.Boolean
If true, only the impact analysis is executed, otherwise drop operation is executed.
Замечания
If analyzeImpactOnly is true, no drop operation is executed, only the impact analysis is done.