Server.UpdateObjects Method (array<IMajorObject[])
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub UpdateObjects ( _
objects As IMajorObject() _
)
'Usage
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[]
)
Parameters
- objects
Type: array<Microsoft.AnalysisServices.IMajorObject[]