Drop 메서드 (DropOptions, XmlaWarningCollection)
Removes current object and updates server using specified options. Warnings resulting from drop operation are returned on the specified warnings object.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices
구문
‘선언
Public Sub Drop ( _
options As DropOptions, _
warnings As XmlaWarningCollection _
)
‘사용 방법
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
)
매개 변수
- 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.