UpdateOptions 열거형
Defines how an object and related dependent objects are updated on the server after an update command.
이 열거형에는 해당 멤버 값에 대한 비트 조합이 가능한 FlagsAttribute 특성이 있습니다.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
<FlagsAttribute> _
Public Enumeration UpdateOptions
‘사용 방법
Dim instance As UpdateOptions
[FlagsAttribute]
public enum UpdateOptions
[FlagsAttribute]
public enum class UpdateOptions
[<FlagsAttribute>]
type UpdateOptions
public enum UpdateOptions
멤버
멤버 이름 | 설명 | |
---|---|---|
AlterDependents | Sends the full object definition to the server. The full object definition includes properties, major objects, and minor objects. Dependent objects are also fully expanded. | |
Default | Sends only the object properties and minor object collections to the server. | |
ExpandFull | Sends the full object definition to the server. The full object definition includes properties, major objects, and minor objects. |