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
)

매개 변수

  • 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.

참고 항목

참조

MajorObject 클래스

Drop 오버로드

Microsoft.AnalysisServices 네임스페이스