Server.UpdateObjects 메서드 (array<IMajorObject )
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Sends the updates made on the Server object to the Analysis Services server.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Sub UpdateObjects ( _
objects As IMajorObject() _
)
‘사용 방법
Dim instance As Server
Dim objects As IMajorObject()
instance.UpdateObjects(objects)
public void UpdateObjects(
IMajorObject[] objects
)
public:
void UpdateObjects(
array<IMajorObject^>^ objects
)
member UpdateObjects :
objects:IMajorObject[] -> unit
public function UpdateObjects(
objects : IMajorObject[]
)
매개 변수
- objects
유형: array<Microsoft.AnalysisServices.IMajorObject[]
The objects that are updated.