DropOptions 열거형

Defines the behavior of the drop method on dependent objects.

이 열거형에는 해당 멤버 값에 대한 비트 조합이 가능한 FlagsAttribute 특성이 있습니다.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
<FlagsAttribute> _
Public Enumeration DropOptions
‘사용 방법
Dim instance As DropOptions
[FlagsAttribute]
public enum DropOptions
[FlagsAttribute]
public enum class DropOptions
[<FlagsAttribute>]
type DropOptions
public enum DropOptions

멤버

멤버 이름 설명
AlterOrDeleteDependents Specifies that the dependent objects are deleted and the affected ones are altered.

The process is stopped on the first failure or error and returned to initial state.

Default Specifies that the default drop option for that object is used,
IgnoreFailures Specifies that the drop process is continued on failures or errors.

주의

새 항목:   2006년 7월 17일

참고 항목

참조

Microsoft.AnalysisServices 네임스페이스