Update 메서드 (UpdateOptions)
Updates server definition of current object to actual values using the specified options to update dependent objects.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices
구문
‘선언
Public Sub Update ( _
options As UpdateOptions _
)
‘사용 방법
Dim instance As MajorObject
Dim options As UpdateOptions
instance.Update(options)
public void Update(
UpdateOptions options
)
public:
void Update(
UpdateOptions options
)
member Update :
options:UpdateOptions -> unit
public function Update(
options : UpdateOptions
)
매개 변수
- options
형식: Microsoft.AnalysisServices. . :: . .UpdateOptions
Specifies an UpdateOptions value that determines how to update dependent objects.